This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/53728] [4.6 regression] Bootstrap comparison failure (gcc/varasm.o differs) with CFLAGS="-O2 -march=pentium3"


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]