Bug 54329 - [4.8 Regression] gcc/cfgcleanup.o differs
Summary: [4.8 Regression] gcc/cfgcleanup.o differs
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.8.0
: P3 major
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 11:19 UTC by wbrana
Modified: 2012-11-20 18:43 UTC (History)
1 user (show)

See Also:
Host:
Target: x86_64-*-*
Build:
Known to work:
Known to fail:
Last reconfirmed: 2012-11-19 00:00:00


Attachments
build log (92.40 KB, application/octet-stream)
2012-08-20 11:20 UTC, wbrana
Details
build log (91.72 KB, application/octet-stream)
2012-09-10 07:45 UTC, wbrana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wbrana 2012-08-20 11:19:17 UTC
gcc 4.8 0adffe7816495b961a1bab85eaaf7bcea85ed2a8

gcc/reginfo.o differs
gcc/ira.o differs
make[2]: *** [compare] Error 1
Comment 1 wbrana 2012-08-20 11:20:33 UTC
Created attachment 28055 [details]
build log
Comment 2 Richard Biener 2012-08-20 11:42:24 UTC
Please always fill in the target field and in the initial description provide
the full configure command you use.
Comment 3 wbrana 2012-08-20 12:04:05 UTC
configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.0-pre9999 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.0-pre9999 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.0-pre9999/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.0-pre9999/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --disable-nls --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --with-arch=core2 --with-tune=core2 --disable-plugin --disable-libmudflap --disable-libssp --disable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.0-pre999
9/python --enable-checking=release --disable-libgcj --disable-build-with-cxx --disable-build-poststage1-with-cxx --disable-libquadmath --enable-languages=c --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion=Gentoo 4.8.0_pre9999

CFLAGS="-O2 -O3 -pipe -march=core2 -mtune=core2 -fomit-frame-pointer -funroll-loops --param max-unrolled-insns=64"
CXXFLAGS="-O2 -O3 -pipe -march=core2 -mtune=core2 -fomit-frame-pointer -funroll-loops --param max-unrolled-insns=64"
Comment 4 wbrana 2012-08-27 08:27:45 UTC
it seems to be fixed
Comment 5 wbrana 2012-09-10 07:45:10 UTC
Created attachment 28158 [details]
build log

new failure 
gcc/cfgcleanup.o differs
Comment 6 wbrana 2012-09-10 07:47:09 UTC
see comment 5
Comment 7 wbrana 2012-09-24 11:48:51 UTC
still broken
Comment 8 Jakub Jelinek 2012-11-19 14:36:53 UTC
Can you still reproduce it?  Are you using stock trunk, not some extra patches on top of it?  If you rebuild the source file which failed checksum checking with the options passed to g++ normally to compile it plus -fcompare-debug, does it fail with an -fcompare-debug failure?  If yes, please attach the preprocessed source of it and all command line options.
Comment 9 wbrana 2012-11-20 18:43:32 UTC
it seems to be fixed