------- Comment #3 from moonshine at kapsi dot fi 2010-07-01 10:47 ------- Created an attachment (id=21055) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21055&action=view) Preprocessed source files to reproduce this problem
I was able to reduce this to two (2) source files. Quite an improvement, original was more than hundred files :) The exact command I used to reproduce this bug is: g++ -r -nostdlib -O3 -fomit-frame-pointer -funroll-loops -march=pentium4 -flto -fuse-linker-plugin sid.ii wave.ii The .ii files were created with g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"resid\" -DVERSION=\"0.16vice\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -I. -I. -O3 -fomit-frame-pointer -funroll-loops -march=pentium4 -flto -fuse-linker-plugin -MT sid.o -MD -MP -MF ".deps/sid.Tpo" -E sid.cc > sid.ii g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"resid\" -DVERSION=\"0.16vice\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT=4 -I. -I. -O3 -fomit-frame-pointer -funroll-loops -march=pentium4 -flto -fuse-linker-plugin -MT wave.o -MD -MP -MF ".deps/wave.Tpo" -E wave.cc > wave.ii -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44724