From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12986 invoked by alias); 17 Jun 2007 05:06:06 -0000 Received: (qmail 12942 invoked by uid 48); 17 Jun 2007 05:05:57 -0000 Date: Sun, 17 Jun 2007 05:06:00 -0000 Message-ID: <20070617050557.12941.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/32313] [4.3 Regression] Bootstrap failure running gengtype in stage 2. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "daney at gcc dot gnu dot org" 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: 2007-06/txt/msg01326.txt.bz2 ------- Comment #8 from daney at gcc dot gnu dot org 2007-06-17 05:05 ------- Good news and bad news. My 32313-v2.patch allows c,c++,java to bootstrap except for at the very end of the libjava build gcj-dbtool gets stuck in an endless loop. Luckily killing it allows the build to complete successfully. The bad news is that there are at least these new failures: FAIL: gcc.c-torture/execute/bcp-1.c execution, -O2 FAIL: gcc.c-torture/execute/nestfunc-6.c execution, -O2 The bcp-1.c failure is also a failure to restore $gp. I think this is a different case, but I am looking into it a bit more. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32313