[Bug bootstrap/33992] Building libstdc++-v3: include/limits: stray '\275' in program
h dot mth at web dot de
gcc-bugzilla@gcc.gnu.org
Wed Dec 5 13:01:00 GMT 2007
------- Comment #10 from h dot mth at web dot de 2007-12-05 13:01 -------
Replacing -O2 with -O1 in BOOT_CFLAGS hides the error here. At least one can
install gcc 4.3 again. :)
Gentoo users would edit toolchain.eclass:
--- /usr/portage/eclass/toolchain.eclass.orig 2007-12-05 13:58:52.000000000
+0100
+++ /usr/portage/eclass/toolchain.eclass 2007-12-05 13:58:59.000000000
+0100
@@ -1467,7 +1467,7 @@
# In general gcc does not like optimization, and add -O2 where
# it is safe. This is especially true for gcc 3.3 + 3.4
- replace-flags -O? -O2
+ replace-flags -O? -O1
# ... sure, why not?
strip-unsupported-flags
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33992
More information about the Gcc-bugs
mailing list