public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/15105] New: Solaris 10/x86 Ada bootstrap failure: Constraint_Error SIGSEGV
@ 2004-04-23 19:07 gcc-bugzilla at gcc dot gnu dot org
  2004-04-23 19:40 ` [Bug middle-end/15105] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-04-23 19:07 UTC (permalink / raw)
  To: gcc-bugs

Bootstrapping current mainline with GCC 3.3.2 fails in stage3 compiling
ada/a-chlat1.ads (and several other files):

$ stage2/xgcc -Bstage2/ -B/vol/gcc/share/i386-pc-solaris2.10/bin/ -c -g -O2      -gnatpg -gnata -I- -I. -Iada -I/vol/gnu/src/gcc/gcc-dist/gcc/ada /vol/gnu/src/gcc/gcc-dist/gcc/ada/a-chlat1.ads -o ada/a-chlat1.o -v
Reading specs from stage2/specs
Configured with: /vol/gnu/src/gcc/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --with-as=/vol/gcc/lib/as-7.0
Thread model: posix
gcc version 3.5.0 20040423 (experimental)
 stage2/gnat1 -I- -I. -Iada -I/vol/gnu/src/gcc/gcc-dist/gcc/ada -quiet -dumpbase a-chlat1.ads -g -gnatpg -gnata -O2 -gnatO ada/a-chlat1.o /vol/gnu/src/gcc/gcc-dist/gcc/ada/a-chlat1.ads -o /var/tmp//cce0lbaA.s
+===========================GNAT BUG DETECTED==============================+
| 3.5.0 20040423 (experimental) (i386-pc-solaris2.10) Constraint_Error SIGSEGV|
| Error detected at ada.ads:16:1                                           |

With gdb 6.1, I get the following stack trace:

#0  0x081f028b in nlists.is_list_member (node=134508488) at nlists.adb:591
#1  0x081f0a6a in nlists.prev (node=134508488) at nlists.adb:1110
#2  0x0825025e in sem_ch3__analyze_declarations__adjust_d.0 () at sem_ch3.adb:1157
#3  0x0825036c in sem_ch3.analyze_declarations (l=-99999823) at sem_ch3.adb:1239
#4  0x08276f96 in sem_ch7.analyze_package_specification (n=3497) at sem_ch7.adb:800
#5  0x08221949 in sem.analyze (n=3497) at sem.adb:391
#6  0x0827690d in sem_ch7.analyze_package_declaration (n=3503) at sem_ch7.adb:646
#7  0x082211c8 in sem.analyze (n=3503) at sem.adb:382
#8  0x082330d1 in sem_ch10.analyze_compilation_unit (n=3490) at sem_ch10.adb:489
#9  0x0822188e in sem.analyze (n=3490) at sem.adb:136
#10 0x0822233f in sem__semantics__do_analyze.0 () at sem.adb:1254
#11 0x0822252a in sem.semantics (comp_unit=3490) at sem.adb:1303
#12 0x082333a7 in sem_ch10.analyze_compilation_unit (n=3471) at sem_ch10.adb:463
#13 0x0822188e in sem.analyze (n=3471) at sem.adb:136
#14 0x0822233f in sem__semantics__do_analyze.0 () at sem.adb:1254
#15 0x0822252a in sem.semantics (comp_unit=3471) at sem.adb:1303
#16 0x082333a7 in sem_ch10.analyze_compilation_unit (n=1369) at sem_ch10.adb:463
#17 0x0822188e in sem.analyze (n=1369) at sem.adb:136
#18 0x0822233f in sem__semantics__do_analyze.0 () at sem.adb:1254
#19 0x0822252a in sem.semantics (comp_unit=1369) at sem.adb:1303
#20 0x081d7866 in _ada_frontend () at frontend.adb:305
During symbol reading, inner block (0x82e6b84-0x82e6bc5) not inside outer block (0x82e7137-0x82e75e7).
#21 0x082e70dd in _ada_gnat1drv () at gnat1drv.adb:255
#22 0x084c3247 in toplev_main (argc=15, argv=0x804773c) at /vol/gnu/src/gcc/gcc-dist/gcc/toplev.c:1596
#23 0x082e7b3f in main (argc=15, argv=0x804773c) at /vol/gnu/src/gcc/gcc-dist/gcc/main.c:35

Environment:
System: SunOS sunfirev60x-01 5.10 s10_48 i86pc i386 i86pc
Architecture: i86pc

	
host: i386-pc-solaris2.10
build: i386-pc-solaris2.10
target: i386-pc-solaris2.10
configured with: /vol/gnu/src/gcc/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --with-as=/vol/gcc/lib/as-7.0

How-To-Repeat:
Bootstrap gcc as reported.

-- 
           Summary: Solaris 10/x86 Ada bootstrap failure: Constraint_Error
                    SIGSEGV
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15105


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

end of thread, other threads:[~2004-04-27 19:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-23 19:07 [Bug ada/15105] New: Solaris 10/x86 Ada bootstrap failure: Constraint_Error SIGSEGV gcc-bugzilla at gcc dot gnu dot org
2004-04-23 19:40 ` [Bug middle-end/15105] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-04-25 16:55 ` pinskia at gcc dot gnu dot org
2004-04-25 17:30 ` ebotcazou at gcc dot gnu dot org
2004-04-27 11:55 ` [Bug ada/15105] " ebotcazou at gcc dot gnu dot org
2004-04-27 19:53 ` ro at techfak dot uni-bielefeld dot de
2004-04-27 20:31 ` pinskia at gcc dot gnu dot org

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