From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15647 invoked by alias); 11 Sep 2013 12:15:12 -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 15584 invoked by uid 48); 11 Sep 2013 12:15:08 -0000 From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/58371] [4.9 Regression] internal compiler error: in ipcp_verify_propagated_values, at ipa-cp.c:892 Date: Wed, 11 Sep 2013 12:15: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: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm 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.9.0 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: 2013-09/txt/msg00801.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58371 Martin Jambor changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamborm at gcc dot gnu.org --- Comment #4 from Martin Jambor --- (In reply to Jan Hubicka from comment #3) > This ought to be fixed by yesterday Martin's commit > 2013-09-10 Martin Jambor > > * ipa-cp.c (propagate_constants_topo): Do not ignore SCC > represented by a thunk. Indeed, this patch which I have committed yesterday fixes the ICE. > > Martin, perhaps adding the testcase is a good idea. I will, I just had to make the first parameter of logging::LogMessage constructor const to get rid off a warning.