------- Additional Comments From hjl at lucon dot org 2005-05-15 14:12 ------- Created an attachment (id=8891) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8891&action=view) A testcase
With the bad compiler, I got [EMAIL PROTECTED] gcc]$ stage1/xgcc -Bstage1/ -O2 -S /tmp/foo.c [EMAIL PROTECTED] gcc]$ grep "insn_data" foo.s addl r34 = @ltoffx(insn_data#+16384), r1 ld8.mov r34 = [r34], insn_data#+16384 addl r34 = @ltoffx(insn_data#+32768), r1 ld8.mov r34 = [r34], insn_data#+32768 I don't see how "insn_data#+32768" can be right. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21551