From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31875 invoked by alias); 12 Apr 2005 20:46:40 -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 31835 invoked from network); 12 Apr 2005 20:46:34 -0000 Received: from unknown (HELO 26.mail-out.ovh.net) (213.186.42.179) by sourceware.org with SMTP; 12 Apr 2005 20:46:34 -0000 Received: (qmail 12691 invoked by uid 503); 12 Apr 2005 20:46:30 -0000 Received: from b6.ovh.net (HELO mail147.ha.ovh.net) (213.186.33.56) by 26.mail-out.ovh.net with DES-CBC3-SHA encrypted SMTP; 12 Apr 2005 20:46:30 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 12 Apr 2005 20:46:33 -0000 Received: from mail147.ha.ovh.net (10.0.50.147) by mail147.ha.ovh.net with DES-CBC3-SHA encrypted SMTP; 12 Apr 2005 20:46:32 -0000 Received: from b0.ovh.net (HELO queue-pre) (213.186.33.50) by b0.ovh.net with SMTP; 12 Apr 2005 20:46:32 -0000 Received: from d213-103-199-131.cust.tele2.fr (HELO pc.site) (laurent%guerby.net@213.103.199.131) by ns0.ovh.net with SMTP; 12 Apr 2005 20:46:32 -0000 Subject: Re: ada build failure? From: Laurent GUERBY To: Richard Henderson Cc: gcc@gcc.gnu.org In-Reply-To: <20050412201131.GA32617@redhat.com> References: <20050412201131.GA32617@redhat.com> Content-Type: text/plain Date: Tue, 12 Apr 2005 20:46:00 -0000 Message-Id: <1113338791.29924.57.camel@pc.site> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Ovh-Remote: 213.103.199.131 (d213-103-199-131.cust.tele2.fr) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: fait|type 1&3|0.0|H 0.5 X-SW-Source: 2005-04/txt/msg00631.txt.bz2 Ada does not build on mainline right now, though it dies much later than what you're seeing, see: http://gcc.gnu.org/ml/gcc/2005-04/msg00527.html Laurent On Tue, 2005-04-12 at 13:11 -0700, Richard Henderson wrote: > Is anyone else seeing this? I see the same with either 3.3 or 3.4 > as the build compiler. > > gcc -c -g -gnatpg -gnata -I- -I. -Iada -I../../src-gcc/gcc/ada \ > ../../src-gcc/gcc/ada/exp_ch11.adb -o ada/exp_ch11.o > exp_ch11.adb:926:34: expected type "Char_Code_Base" defined at types.ads:531 > exp_ch11.adb:926:34: found private type "Uint" defined at uintp.ads:50 > > > r~ >