From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9350 invoked by alias); 19 Feb 2015 00:44:13 -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 8937 invoked by uid 55); 19 Feb 2015 00:44:09 -0000 From: "ctice 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, 19 Feb 2015 00:44: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: ctice at gcc dot gnu.org X-Bugzilla-Status: RESOLVED 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: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg02082.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64068 --- Comment #13 from ctice at gcc dot gnu.org --- Author: ctice Date: Thu Feb 19 00:43:33 2015 New Revision: 220805 URL: https://gcc.gnu.org/viewcvs?rev=220805&root=gcc&view=rev Log: Backport patch from Google 4.9 branch (r220431): r220431 | wmi | 2015-02-04 16:27:54 -0800 (Wed, 04 Feb 2015) | 12 lines Backport from gcc-4_9-branch. 2015-02-04 Matthias Klose PR target/64938 Backport from mainline 2015-01-15 Jan Hubicka PR ipa/64068 PR ipa/64559 * ipa.c (symbol_table::remove_unreachable_nodes): Do not put abstract origins into boundary. Added: branches/google/gcc-4_9-mobile/gcc/testsuite/g++.dg/ipa/pr64068.C branches/google/gcc-4_9-mobile/gcc/testsuite/gcc.dg/ipa/PR64559.c Modified: branches/google/gcc-4_9-mobile/gcc/ipa.c