From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3066 invoked by alias); 26 Apr 2010 16:26:03 -0000 Received: (qmail 1128 invoked by uid 48); 26 Apr 2010 16:24:37 -0000 Date: Mon, 26 Apr 2010 16:26:00 -0000 Message-ID: <20100426162437.1125.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/43858] [4.6 Regression] Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2010-04/txt/msg02747.txt.bz2 ------- Comment #12 from dominiq at lps dot ens dot fr 2010-04-26 16:24 ------- > > What happens if you replace the new call to df_simulate_find_noclobber_defs in > > ifcvt.c with a call to df_simulate_find_defs? > > Bootstrapping with the change (crossing my finger that I won't have to remove > the definition of df_simulate_find_noclobber_defs!-). Allow for 3h30 to pass > the critical point and over 5h to complete the bootstrap. I am now at stage 3, so replacing df_simulate_find_noclobber_defs with df_simulate_find_defs seems to fix the bootstrap issue. > See > http://gcc.gnu.org/wiki/Top-Level_Bootstrap > > I think Q3 is the one you need. Thanks for the pointer. I'll try it after the build has completed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43858