From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23736 invoked by alias); 11 Nov 2004 00:31:53 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 23136 invoked by uid 48); 11 Nov 2004 00:31:43 -0000 Date: Thu, 11 Nov 2004 00:31:00 -0000 Message-ID: <20041111003143.23135.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041110164413.18420.jgrimm2@us.ibm.com> References: <20041110164413.18420.jgrimm2@us.ibm.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug rtl-optimization/18420] [4.0 Regression] ICE compiling mesa at -O2 X-Bugzilla-Reason: CC X-SW-Source: 2004-11/txt/msg01309.txt.bz2 List-Id: ------- 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