------- 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

Reply via email to