From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4780 invoked by alias); 4 Dec 2001 22:07:37 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 4758 invoked from network); 4 Dec 2001 22:07:36 -0000 Received: from unknown (HELO igw3.watson.ibm.com) (198.81.209.18) by sources.redhat.com with SMTP; 4 Dec 2001 22:07:36 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw3.watson.ibm.com (8.11.4/8.11.4) with ESMTP id fB4M74T46580; Tue, 4 Dec 2001 17:07:04 -0500 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id fB4M74U47284; Tue, 4 Dec 2001 17:07:04 -0500 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/01-10-2000) with ESMTP id RAA26258; Tue, 4 Dec 2001 17:07:04 -0500 Message-Id: <200112042207.RAA26258@makai.watson.ibm.com> To: Mark Mitchell cc: Nathan Sidwell , "gcc@gcc.gnu.org" Subject: Re: "*INTERNAL*" appended to function name bootstrap failure In-Reply-To: Message from Mark Mitchell of "Tue, 04 Dec 2001 13:59:09 PST." <43440000.1007503149@warlock.codesourcery.com> Date: Tue, 04 Dec 2001 14:07:00 -0000 From: David Edelsohn X-SW-Source: 2001-12/txt/msg00177.txt.bz2 >>>>> Mark Mitchell writes: Mark> That's pretty strange. This could be a change to debugging generation Mark> as well, I suppose. I updated to a day ago removing recent "gcc" common changes but retaining all recent "cp" changes and the problem went away. However, when I updated back to the present in "gcc", the problem did not return. I am rebuilding again from scratch to see if I somehow encountered a non-atomic commit causing this problem. David