------- Comment #5 from amylaar at gcc dot gnu dot org 2010-07-06 14:42 ------- (In reply to comment #4) > Reverting up to r161801 still gets me > > > ./g++ -B. -c -O2 -march=pentiumpro -mtune=generic -m32 ii386.i > > -fcompare-debug > g++: error: ii386.i: -fcompare-debug failure (length) > > so it wasn't r161802.
Is this command supposed to also give sane results on i686-pc-linux-gnu? Even when I try this with r161600, it says there is a length failure. But when I make cc1plus create actual assembly files and assemble / strip them, the resulting object files compare equal. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44832