From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11203 invoked by alias); 6 May 2002 20: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 11153 invoked by uid 71); 6 May 2002 20:06:00 -0000 Resent-Date: 6 May 2002 20:06:00 -0000 Resent-Message-ID: <20020506200600.11152.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, Bruno Haible Received:(qmail 7326 invoked from network); 6 May 2002 19:57:30 -0000 Received: from unknown (HELO sceaux.ilog.fr) (193.55.64.10) by sources.redhat.com with SMTP; 6 May 2002 19:57:30 -0000 Received: from ftp.ilog.fr (ftp.ilog.fr [193.55.64.11]) by sceaux.ilog.fr (8.11.6/8.11.6) with SMTP id g46Jt0B13081 for ; Mon, 6 May 2002 21:55:00 +0200 (MET DST) Received: from laposte.ilog.fr ([193.55.64.67]) by ftp.ilog.fr (NAVGW 2.5.1.16) with SMTP id M2002050621572726300 for ; Mon, 06 May 2002 21:57:27 +0200 Received: from honolulu.ilog.fr ([172.17.4.133]) by laposte.ilog.fr (8.11.6/8.11.5) with ESMTP id g46JvP201358; Mon, 6 May 2002 21:57:25 +0200 (MET DST) Received: (from haible@localhost) by honolulu.ilog.fr (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id VAA01255; Mon, 6 May 2002 21:55:08 +0200 Message-Id:<15574.57244.432974.329986@honolulu.ilog.fr> Date: Mon, 06 May 2002 13:06:00 -0000 From: Bruno Haible To: gcc-gnats@gcc.gnu.org Subject: ada/6584: failure building GNAT library X-SW-Source: 2002-05/txt/msg00164.txt.bz2 List-Id: >Number: 6584 >Category: ada >Synopsis: failure building GNAT library >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Mon May 06 13:06:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bruno Haible >Release: 3.1 20020423 (prerelease) >Organization: GNU hackers >Environment: System: Linux linuix 2.4.18-4GB #1 Wed Mar 27 13:57:05 UTC 2002 i686 unknown Architecture: i686 host: i686-pc-linux-gnu build: i686-pc-linux-gnu target: i686-pc-linux-gnu configured with: ../configure --prefix=/packages/gnu-snapshot --enable-shared --enable-version-specific-runtime-libs --enable-nls >Description: Seen in the gcc-3.1-20020423 snapshot, on i686-pc-linux-gnu: During the step "make gnatlib_and_tools" (after "make bootstrap") the Ada compiler crashes: ../../xgcc -B../../ -c -g -O2 -W -Wall -gnatpg -I. -I/packages2/gcc-3.1-20020423/gcc/ada s-auxdec.adb +===========================GNAT BUG DETECTED==============================+ | 5.00w (20010924) (i686-pc-linux-gnu) GCC error: | | internal error: Speicherzugriffsfehler | | No source file position information available | | Please submit bug report by email to report@gnat.com. | | Use a subject line meaningful to you and us to track the bug. | | (include your customer number #nnn in the subject line). | | 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). | | (use plain ASCII or MIME attachment, or FTP to your customer directory). | | See README.GNATPRO for full info on procedure for submitting bugs. | +==========================================================================+ Please include these source files with error report xgcc: Internal error: Getötet (program gnat1) Please submit a full bug report. See for instructions. The way gnat1 is called is as follows: ../../gnat1 -I. -I/packages2/gcc-3.1-20020423/gcc/ada -quiet -dumpbase s-auxdec.adb -g -gnatpg -O2 -W -Wall s-auxdec.adb -o /tmp/cctcUrCP.s and here is the debugger backtrace. Program received signal SIGILL, Illegal instruction. 0xbffff075 in ?? () (gdb) where #0 0xbffff075 in ?? () #1 0x0811e29a in sem__analyze (n=4323) at ../../../gcc/ada/sem.adb:401 #2 0x0814452f in sem_ch3__analyze_declarations (l=-99999677) at ../../../gcc/ada/sem_ch3.adb:973 #3 0x08162b8c in sem_ch7__analyze_package_specification (n=3935) at ../../../gcc/ada/sem_ch7.adb:681 #4 0x0811e27a in sem__analyze (n=3935) at ../../../gcc/ada/sem.adb:395 #5 0x08162a30 in sem_ch7__analyze_package_declaration (n=6780) at ../../../gcc/ada/sem_ch7.adb:606 #6 0x0811e24a in sem__analyze (n=6780) at ../../../gcc/ada/sem.adb:386 #7 0x0812dbe7 in sem_ch10__analyze_compilation_unit (n=3924) at ../../../gcc/ada/sem_ch10.adb:411 #8 0x0811dd3a in sem__analyze (n=3924) at ../../../gcc/ada/sem.adb:140 #9 0x0811ef15 in sem__semantics__do_analyze () at ../../../gcc/ada/sem.adb:1093 #10 0x0811f07a in sem__semantics (comp_unit=3924) at ../../../gcc/ada/sem.adb:1138 #11 0x0812d926 in sem_ch10__analyze_compilation_unit (n=1363) at ../../../gcc/ada/sem_ch10.adb:262 #12 0x0811dd3a in sem__analyze (n=1363) at ../../../gcc/ada/sem.adb:140 #13 0x0811ef15 in sem__semantics__do_analyze () at ../../../gcc/ada/sem.adb:1093 #14 0x0811f07a in sem__semantics (comp_unit=1363) at ../../../gcc/ada/sem.adb:1138 #15 0x080e5bb1 in _ada_frontend () at ../../../gcc/ada/frontend.adb:265 #16 0x081bc07f in _ada_gnat1drv () at ../../../gcc/ada/gnat1drv.adb:190 #17 0x0805536f in yyparse () at ../../../gcc/ada/misc.c:189 #18 0x082a7c17 in compile_file () at ../../gcc/toplev.c:2120 #19 0x082ac309 in do_compile () at ../../gcc/toplev.c:5202 #20 0x082ac369 in toplev_main (argc=14, argv=0xbffff6d4) at ../../gcc/toplev.c:5234 #21 0x081bc976 in main (argc=14, argv=0xbffff6d4) at ../../gcc/main.c:35 >How-To-Repeat: After configuring the compiler, do make cd gcc make gnatlib_and_tools >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: