From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5347 invoked by alias); 12 May 2003 16:06:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 5305 invoked by uid 71); 12 May 2003 16:06:01 -0000 Date: Mon, 12 May 2003 16:06:00 -0000 Message-ID: <20030512160601.5234.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Rainer Orth Subject: Re: ada/6669: Irix6.5 ada bootstrap fail in ada/targparm.adb Reply-To: Rainer Orth X-SW-Source: 2003-05/txt/msg01242.txt.bz2 List-Id: The following reply was made to PR ada/6669; it has been noted by GNATS. From: Rainer Orth To: Dara Hazeghi Cc: gcc-gnats@gcc.gnu.org, David.Billinghurst@riotinto.com Subject: Re: ada/6669: Irix6.5 ada bootstrap fail in ada/targparm.adb Date: Mon, 12 May 2003 17:58:59 +0200 (MEST) Dara Hazeghi writes: > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- > trail&database=gcc&pr=6669 > > Hello, > > would it be possible for the submitter to test whether this problem is > still present in current gcc sources (ie 3.2.3 or 3.3 branch)? Thanks, Since the problem lies with the bootstrap compiler (GNAT 3.13p, based on gcc 2.95), it persists. I'm just trying if libgnat on the 3.3 branch can be built (cf. PR ada/6552) so there's no need for a GNAT 3 based bootstrap compiler. Maybe the latest publicly available GNAT 3.15p doesn't have this problem as well; I may check this later. For the time being, my described workaround holds: --- gcc/Makefile.save Mon May 12 17:02:09 2003 +++ gcc/Makefile Mon May 12 17:02:09 2003 @@ -70 +70 @@ -STAGE1_CFLAGS = -g +STAGE1_CFLAGS = Rainer