From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13351 invoked by alias); 2 May 2011 14:19:04 -0000 Received: (qmail 13340 invoked by uid 22791); 2 May 2011 14:19:02 -0000 X-SWARE-Spam-Status: No, hits=-2.7 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; Mon, 02 May 2011 14:18:49 +0000 From: "uweigand at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: uweigand 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: --- X-Bugzilla-Changed-Fields: 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 Date: Mon, 02 May 2011 14:19:00 -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 X-SW-Source: 2011-05/txt/msg00096.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #24 from Ulrich Weigand 2011-05-02 14:06:52 UTC --- Author: uweigand Date: Mon May 2 14:06:48 2011 New Revision: 173252 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173252 Log: 2011-05-02 Ulrich Weigand PR middle-end/43085 Backport from mainline: 2010-04-29 Bernd Schmidt From Dominique d'Humieres PR bootstrap/43858 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute test_set. 2010-04-26 Bernd Schmidt * df-problems.c (df_simulate_initialize_forwards): Set, don't clear, bits for artificial defs at the top of the block. * fwprop.c (single_def_use_enter_block): Don't call it. 2010-04-22 Bernd Schmidt * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_noclobber_defs as appropriate. Keep track of an extra set merge_set_noclobber, and use it to relax the final test slightly. * df.h (df_simulate_find_noclobber_defs): Declare. * df-problems.c (df_simulate_find_defs): Don't ignore partial or conditional defs. (df_simulate_find_noclobber_defs): New function. Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/df-problems.c branches/gcc-4_5-branch/gcc/df.h branches/gcc-4_5-branch/gcc/fwprop.c branches/gcc-4_5-branch/gcc/ifcvt.c