[Bug middle-end/18494] [4.0 regression] mmix-knuth-mmixware testsuite failure: gcc.c-torture/compile/structs.c (et al)

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Nov 15 05:14:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-15 05:14 -------
(gdb) p debug_rtx(entry_parm)
(reg:BLK 0 $0 [ foo3 ])

Explicantly this part which caused it:
-	      rtx reg = gen_rtx_REG (word_mode, REGNO (data->entry_parm));
+	      rtx reg = gen_lowpart (word_mode, entry_parm);

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18494



More information about the Gcc-bugs mailing list