From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4045 invoked by alias); 5 Jul 2005 03:54:14 -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 4036 invoked by uid 22791); 5 Jul 2005 03:54:10 -0000 Received: from mail-out1.fuse.net (HELO smtp1.fuse.net) (216.68.8.174) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 05 Jul 2005 03:54:10 +0000 Received: from gx5.fuse.net ([216.68.17.142]) by smtp1.fuse.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050705035408.BAFX4201.smtp1.fuse.net@gx5.fuse.net> for ; Mon, 4 Jul 2005 23:54:08 -0400 Received: from dellpi.pinski.fam ([216.68.17.142]) by gx5.fuse.net (InterMail vG.1.02.00.02 201-2136-104-102-20041210) with ESMTP id <20050705035408.RMJU6448.gx5.fuse.net@dellpi.pinski.fam>; Mon, 4 Jul 2005 23:54:08 -0400 Received: from [10.0.0.80] (zhivago.i.pinski.fam [10.0.0.80]) by dellpi.pinski.fam (8.12.2/8.12.1) with ESMTP id j653s4Qi010233; Mon, 4 Jul 2005 23:54:04 -0400 (EDT) In-Reply-To: <200506302125.40717.paul@codesourcery.com> References: <09a36aa4dc713d9b0f264892e7ded52c@physics.uc.edu> <200506302125.40717.paul@codesourcery.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <855f6d6615a10abf85b3b544c99e68ae@physics.uc.edu> Content-Transfer-Encoding: 7bit Cc: gcc@gcc.gnu.org From: Andrew Pinski Subject: Re: Ada is broken in a clean directory Date: Tue, 05 Jul 2005 03:54:00 -0000 To: Paul Brook X-SW-Source: 2005-07/txt/msg00131.txt.bz2 On Jun 30, 2005, at 4:25 PM, Paul Brook wrote: > On Thursday 30 June 2005 04:24, Andrew Pinski wrote: >> Ada is now broken on the mainline by: >> 2005-06-28 Paul Brook >> * Makefile.in: Set and use UNWIND_H. Install as unwind.h. >> * c-decl.c (finish_decl): Call default_init_unwind_resume_libfunc. >> * except.c (add_ehspec_entry): Generate arm eabi filter lists. >> (assign_filter_values): Ditto. >> ... >> >> The error is: >> /Users/pinskia/src/cool/gcc/gcc/ada/raise.c:98:20: unwind.h: No such >> file or directory >> /Users/pinskia/src/cool/gcc/gcc/ada/raise.c:109: error: parse error >> before "__gnat_Unwind_RaiseException" >> /Users/pinskia/src/cool/gcc/gcc/ada/raise.c:109: warning: type >> defaults >> to `int' in declaration of `__gnat_Unwind_RaiseException' > > None of the machines I tried even get that far in an ada bootstrap. > > Probably something in the ada frontend is missing a dependency on > stmp-int-hdrs, or CFLAGS is missing "-Isystem ./include". I filed PR 22301 for this bug. I can attach log if you want but I will note this worked before you patch. -- Pinski