From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23133 invoked by alias); 13 Aug 2004 18:57:28 -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 22841 invoked from network); 13 Aug 2004 18:57:23 -0000 Received: from unknown (HELO ms-smtp-02.nyroc.rr.com) (24.24.2.56) by sourceware.org with SMTP; 13 Aug 2004 18:57:23 -0000 Received: from doctormoo (syr-24-59-104-102.twcny.rr.com [24.59.104.102]) by ms-smtp-02.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id i7DIvLMv013824 for ; Fri, 13 Aug 2004 14:57:21 -0400 (EDT) Received: by doctormoo (Postfix, from userid 1000) id 3AECD43DD1; Fri, 13 Aug 2004 14:57:24 -0400 (EDT) Date: Fri, 13 Aug 2004 18:58:00 -0000 To: gcc@gcc.gnu.org Subject: Ada build failure? Message-ID: <20040813185723.GA28713@twcny.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040722i From: neroden@twcny.rr.com (Nathanael Nerode) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-SW-Source: 2004-08/txt/msg00567.txt.bz2 With HEAD on i686-pc-linux-gnu, doing configure --enable-languages=ada make bootstrap I'm getting this failure building stage 2: stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -gnatpg -gnata -g -O1 -fno-inline \ -I- -I. -Iada -I../../gcc-main/gcc/ada ../../gcc-main/gcc/ada/a-except.adb -o ada/a-except.o +===========================GNAT BUG DETECTED==============================+ | 3.5.0 20040813 (experimental) (i686-pc-linux-gnu) Storage_Error stack overflow (or erroneous memory access)| | Error detected at a-except.adb:47:17 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | Include the entire contents of this bug box in the report. | | Include the exact gcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | +==========================================================================+ gcc-3.4 (and the corresponding gnatbind, etc.) was used to bootstrap. Is this a known problem?.... -- This space intentionally left blank.