Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc
Module Name: src
Committed By: rin
Date: Mon Aug 7 00:35:50 UTC 2023
Modified Files:
src/external/gpl3/gcc: README.gcc12
Log Message:
README.gcc12: Updated aarch64, arm, i386, m68k, powerpc, and sh3
aarch64{,eb}:
- Everything (without x11 yet) works just fine, except for libtsan
(not a regression, this is newly introduced to aarch64 for GCC12).
earmv5{,eb}:
- As far as I can see, everything (nox11) seems OK.
- Full ATF is on-going.
earmv[67]hf{,eb}:
- Everything (nox11) works just fine.
i386:
- lib*san requires 64-bit atomic ops. If they are built with -march=i586,
all tests in ATF pass. Alternatively, we can probably use 32-bit atomic
variables instead, with some restrictions (now examining).
- New kernel freeze observed during full ATF run.
m68k:
- Another -fstack-protector breakage.
- Full ATF is on-going for amiga.
powerpc:
- Kernel is just working for all subarchs: oea, booke, ibm4xx (405 and
strictly-alignment 403).
sh3el:
- Kernel is broken [20]. Seems like regressions for function inlining;
see also [8] for userland. But, -fno-inline does not work unfortunately...
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/README.gcc12
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index