From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16819 invoked by alias); 31 Jan 2003 17:35:43 -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 16795 invoked from network); 31 Jan 2003 17:35:42 -0000 Received: from unknown (HELO mail.cs.tu-berlin.de) (130.149.17.13) by 172.16.49.205 with SMTP; 31 Jan 2003 17:35:42 -0000 Received: from basta.cs.tu-berlin.de (daemon@basta.cs.tu-berlin.de [130.149.17.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id SAA17897; Fri, 31 Jan 2003 18:32:28 +0100 (MET) Received: (from ccorn@localhost) by basta.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h0VHWSS03487; Fri, 31 Jan 2003 18:32:28 +0100 (MET) Date: Fri, 31 Jan 2003 18:48:00 -0000 From: Christian Cornelssen To: Geert Bosch , Robert Dewar cc: gcc-bugs@gcc.gnu.org, Subject: Re: [3.2] Can ada/6160 be cured from 3.3 or trunk? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-01/txt/msg01781.txt.bz2 On Tue, 28 Jan 2003, Christian Cornelssen wrote: > On "my" platform (doko's i686-pc-linux-gnu / Debian): > > $ gnatgcc -v -x ada /dev/null > Reading specs from /usr/lib/gcc-lib/i486-linux/2.8.1/specs > gcc version 2.8.1 > [...] > $ gnatbind -v /dev/null > > GNATBIND 3.14p (20010503) Copyright 1995-2001 Free Software Foundation, Inc. > > I have also checked that gnatgcc and gnatbind belong to the same > Debian gnat package, and verified the md5sums. > > Anything invalid? Note that bootstrapping Ada works for GCC >= 3.3. My idea was that `gnat1drv.ali' had not been regenerated by the stage1 compiler, but the following log excerpts proved me wrong: gnatgcc -c -march=i686 -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -W -Wall -gnatpg -gnata -I- -I. -I/home/other/ccorn/SOURCES/gcc/gcc/ada /home/other/ccorn/SOURCES/gcc/gcc/ada/gnat1drv.adb gnatbind -C -I- -I. -I/home/other/ccorn/SOURCES/gcc/gcc/ada -o b_gnat1.c -n gnat1drv.ali [...no problems...] stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -march=i686 -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -W -Wall -gnatpg -gnata -I- -I. -I/home/other/ccorn/SOURCES/gcc/gcc/ada /home/other/ccorn/SOURCES/gcc/gcc/ada/gnat1drv.adb stage1/gnatbind -C -I- -I. -I/home/other/ccorn/SOURCES/gcc/gcc/ada -o b_gnat1.c -n gnat1drv.ali fatal error: file gnat1drv.ali is incorrectly formatted I have not looked at the particular contents of `gnat1drv.ali'. (Meanwhile, I have deleted the build tree to free space for other test builds.) Do you have an idea what might be wrong, though? Regards, Christian Cornelssen