public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: ada/6584: failure building GNAT library
@ 2003-05-10  3:06 Dara Hazeghi
  0 siblings, 0 replies; 4+ messages in thread
From: Dara Hazeghi @ 2003-05-10  3:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR ada/6584; it has been noted by GNATS.

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, bruno@clisp.org
Cc:  
Subject: Re: ada/6584: failure building GNAT library
Date: Fri, 9 May 2003 19:57:42 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=6584
 
 Hello,
 
 this bug has been open for over a year. Would it be possible to check  
 whether this error is still present in a more current version of gcc  
 (ie 3.2.3)? Thanks.
 
 Dara
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ada/6584: failure building GNAT library
@ 2003-05-10  7:45 giovannibajo
  0 siblings, 0 replies; 4+ messages in thread
From: giovannibajo @ 2003-05-10  7:45 UTC (permalink / raw)
  To: bruno, gcc-bugs, gcc-prs, nobody

Synopsis: failure building GNAT library

State-Changed-From-To: open->feedback
State-Changed-By: bajo
State-Changed-When: Sat May 10 07:45:19 2003
State-Changed-Why:
    See Dara's question.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6584


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ada/6584: failure building GNAT library
@ 2002-05-18  6:16 Florian Weimer
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Weimer @ 2002-05-18  6:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR ada/6584; it has been noted by GNATS.

From: Florian Weimer <fw@deneb.enyo.de>
To: Bruno Haible <bruno@clisp.org>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: ada/6584: failure building GNAT library
Date: Sat, 18 May 2002 15:13:17 +0200

 Bruno Haible <bruno@clisp.org> writes:
 
 > configured with: ../configure --prefix=/packages/gnu-snapshot --enable-shared --enable-version-specific-runtime-libs --enable-nls
 
 Does this problem still persist?
 
 I can't reproduce it using the current 3.1 tree (but my build tree is
 not a subtree of the source tree).


^ permalink raw reply	[flat|nested] 4+ messages in thread

* ada/6584: failure building GNAT library
@ 2002-05-06 13:06 Bruno Haible
  0 siblings, 0 replies; 4+ messages in thread
From: Bruno Haible @ 2002-05-06 13:06 UTC (permalink / raw)
  To: gcc-gnats

[-- 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:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-10  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-10  3:06 ada/6584: failure building GNAT library Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-05-10  7:45 giovannibajo
2002-05-18  6:16 Florian Weimer
2002-05-06 13:06 Bruno Haible

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).