This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/21551] [4.0 Regression] bootstrap failed


------- 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

[hjl@gnu-4 gcc]$ stage1/xgcc -Bstage1/ -O2 -S /tmp/foo.c
[hjl@gnu-4 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]