------- Comment #4 from jamborm at gcc dot gnu dot org 2010-06-30 15:54 ------- Created an attachment (id=21044) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21044&action=view) Another testcase.
I believe I ran into this bug when trying WHOPR bootstrap at -O3 (on x86_64-linux). I narrowed it down to this piece of preprocessed source. To reproduce, compile with: gcc -O3 -g -fuse-linker-plugin -fwhopr -c step2.i The bug does not occur at -O2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44562