From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24614 invoked by alias); 12 Apr 2005 20:11:39 -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 24566 invoked from network); 12 Apr 2005 20:11:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Apr 2005 20:11:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j3CKBY4b003826 for ; Tue, 12 Apr 2005 16:11:34 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3CKBXO07341 for ; Tue, 12 Apr 2005 16:11:33 -0400 Received: from ballpeen.sfbay.redhat.com (ballpeen.sfbay.redhat.com [172.16.24.33]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j3CKBVYE022643 for ; Tue, 12 Apr 2005 16:11:32 -0400 Received: from ballpeen.sfbay.redhat.com (ballpeen.sfbay.redhat.com [127.0.0.1]) by ballpeen.sfbay.redhat.com (8.13.1/8.13.1) with ESMTP id j3CKBVDi032694 for ; Tue, 12 Apr 2005 13:11:31 -0700 Received: (from rth@localhost) by ballpeen.sfbay.redhat.com (8.13.1/8.13.1/Submit) id j3CKBVw7032693 for gcc@gcc.gnu.org; Tue, 12 Apr 2005 13:11:31 -0700 X-Authentication-Warning: ballpeen.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 12 Apr 2005 20:11:00 -0000 From: Richard Henderson To: gcc@gcc.gnu.org Subject: ada build failure? Message-ID: <20050412201131.GA32617@redhat.com> Mail-Followup-To: Richard Henderson , gcc@gcc.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-SW-Source: 2005-04/txt/msg00627.txt.bz2 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~