From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19156 invoked by alias); 15 Jan 2015 17:12:47 -0000 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 Received: (qmail 19089 invoked by uid 48); 15 Jan 2015 17:12:41 -0000 From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/64068] [5 Regression] ICE: in remove_unreachable_nodes, at ipa.c:546 Date: Thu, 15 Jan 2015 17:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg01368.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64068 --- Comment #7 from Martin Li=C5=A1ka --- I can confirm that the patch can compile all Chromium source files (unfortunately I hit another issued during LINK phase: PR64583). Apart from that, both testcases from this issue and PR64559 work (I prepared patch which installs these testcases). I run regression tests for c,c++ and no new regression is introduced. Martin >>From gcc-bugs-return-473375-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jan 15 17:13:15 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 20135 invoked by alias); 15 Jan 2015 17:13:15 -0000 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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 20071 invoked by uid 48); 15 Jan 2015 17:13:09 -0000 From: "camden.lindsay at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/50928] m32c ICE building RTEMS Date: Thu, 15 Jan 2015 17:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: camden.lindsay at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg01369.txt.bz2 Content-length: 698 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50928 camden lindsay changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camden.lindsay at gmail dot com --- Comment #6 from camden lindsay --- Hello- I ran into the same error message as below while compiling for m32c ('error: unable to find a register to spill in class 'A_REGS'') I applied the patches provided in Comment 5 Now the build succeeds. Cannot test code coming out of the build, though. newlib-2.2.0 binutils-2.25 gcc-4.9.2