public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: gcc-gnats@gcc.gnu.org
Subject: ada/6584: failure building GNAT library
Date: Mon, 06 May 2002 13:06:00 -0000 [thread overview]
Message-ID: <15574.57244.432974.329986@honolulu.ilog.fr> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4506 bytes --]
>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 <URL:http://www.gnu.org/software/gcc/bugs.html> 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:
next reply other threads:[~2002-05-06 20:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-06 13:06 Bruno Haible [this message]
2002-05-18 6:16 Florian Weimer
2003-05-10 3:06 Dara Hazeghi
2003-05-10 7:45 giovannibajo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15574.57244.432974.329986@honolulu.ilog.fr \
--to=bruno@clisp.org \
--cc=gcc-gnats@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).