From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21664 invoked by alias); 30 Dec 2011 23:32:24 -0000 Received: (qmail 21655 invoked by uid 22791); 30 Dec 2011 23:32:23 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Dec 2011 23:32:11 +0000 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/51695] [4.7 Regression] ICE while compiling argyllcms package Date: Fri, 30 Dec 2011 23:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.0 X-Bugzilla-Changed-Fields: Status Last reconfirmed Ever Confirmed Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-12/txt/msg02857.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51695 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2011-12-30 Ever Confirmed|0 |1 --- Comment #2 from Andrew Pinski 2011-12-30 23:32:06 UTC --- (note 218 174 131 2 (var_location o (and:SI (reg:SI 1 dx [orig:90 iftmp.0 ] [90]) (const_int 65535 [0xffff]))) NOTE_INSN_VAR_LOCATION) (insn:TI 131 218 219 2 (parallel [ (set (reg:SI 2 cx [135]) (and:SI (reg:SI 1 dx [orig:90 iftmp.0 ] [90]) (const_int 65535 [0xffff]))) (clobber (reg:CC 17 flags)) ]) t.c:23 380 {*andsi_1} (expr_list:REG_UNUSED (reg:CC 17 flags) (nil))) (note 219 131 116 2 (var_location o (and:SI .... I think that last var_location should just be like the others and use cx instead. Confirmed.