This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/18420] [4.0 Regression] ICE compiling mesa at -O2
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Nov 2004 00:31:43 -0000
- Subject: [Bug rtl-optimization/18420] [4.0 Regression] ICE compiling mesa at -O2
- References: <20041110164413.18420.jgrimm2@us.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-11 00:31 -------
This is the rtl we used to produce:
(insn 144 69 75 8 (set (reg:CC 75 cr7)
(reg:CC 30 r30 [125])) 336 {*movcc_internal1} (nil)
(nil)) <-- this the insn which we are messing up now.
(jump_insn:HI 75 144 80 8 (set (pc)
(if_then_else (ne (reg:CCFP 75 cr7)
(const_int 0 [0x0]))
(label_ref 115)
(pc))) 527 {*rs6000.md:13676} (insn_list:REG_DEP_ANTI 67 (insn_list:REG_DEP_ANTI 69
(insn_list:REG_DEP_ANTI 68 (nil))))
(expr_list:REG_BR_PROB (
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18420