[Bug bootstrap/53728] [4.6 regression] Bootstrap comparison failure (gcc/varasm.o differs) with CFLAGS="-O2 -march=pentium3"
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Jan 30 23:09:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53728
--- Comment #1 from Uros Bizjak <ubizjak at gmail dot com> 2013-01-30 23:09:05 UTC ---
Can you try to build from latest 4.6 branch SVN?
The bootstrap works for me with:
CC="gcc -m32" ~/gcc-svn/branches/gcc-4_6-branch/configure
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --with-arch=i686
--enable-languages=c
and
make -j 8 BOOT_CFLAGS="-O2 -march=pentium3 -pipe" bootstrap-lean
for
gcc version 4.6.4 20130127 (prerelease) [gcc-4_6-branch revision 195496] (GCC)
More information about the Gcc-bugs
mailing list