public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12290] New: Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb
@ 2003-09-15 20:22 gcc-bugzilla at gcc dot gnu dot org
  2003-09-22  8:40 ` [Bug bootstrap/12290] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2003-09-15 20:22 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Solaris 8/SPARC bootstrap failure: ICE in
                    output_function_exception_table in ada/a-colire.adb
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        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: sparc-sun-solaris2.8
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8

make gnatlib-and-tools fails on Solaris 8/SPARC:


../../xgcc -B../../ -c -g -O2   -g -O2   -W -Wall -gnatpg -I. -I/vol/gnu/src/gcc/gcc-dist/gcc/ada a-colire.adb -v -save-temps
Reading specs from ../../specs
Configured with: '/vol/gnu/src/gcc/gcc-dist/configure' '--prefix=/vol/gcc '--with-local-prefix=/vol/gcc '--disable-nls
Thread model: posix
gcc version 3.4 20030915 (experimental)
 ../../gnat1 -I. -I/vol/gnu/src/gcc/gcc-dist/gcc/ada -quiet -dumpbase a-colire.adb -g -g -gnatpg -O2 -O2 -W -Wall -mcpu=v7 a-colire.adb -o a-colire.s
+===========================GNAT BUG DETECTED==============================+
| 3.4 20030915 (experimental) (sparc-sun-solaris2.8) GCC error:            |
| in output_function_exception_table, at except.c:3720                     |
| Error detected at a-colire.adb:80:44                                     |

Here's a stack trace from gnat1:

#0  fancy_abort (file=0x5bbb88 "/vol/gnu/src/gcc/gcc-dist/gcc/except.c", 
    line=0, function=0xff158410 "")
    at /vol/gnu/src/gcc/gcc-dist/gcc/diagnostic.c:577
#1  0x003039f8 in output_function_exception_table ()
    at /vol/gnu/src/gcc/gcc-dist/gcc/except.c:3720
#2  0x00491524 in rest_of_compilation (decl=0xff0d6580)
    at /vol/gnu/src/gcc/gcc-dist/gcc/toplev.c:2045
#3  0x000d7978 in end_subprog_body ()
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/utils.c:1812
#4  0x000ea2b4 in tree_transform (gnat_node=1471)
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/trans.c:2717
#5  0x000ef9b4 in gnat_to_code (gnat_node=-15364016)
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/trans.c:238
#6  0x000e432c in process_decls (gnat_decls=6323200, gnat_decls2=1471, 
    gnat_end_list=0, pass1p=47072, pass2p=-4265160)
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/trans.c:4343
#7  0x000e6678 in tree_transform (gnat_node=1365)
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/sinfo.h:441
#8  0x000ef9b4 in gnat_to_code (gnat_node=-15364016)
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/trans.c:238
#9  0x000e7540 in tree_transform (gnat_node=1355)
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/sinfo.h:813
#10 0x000ef9b4 in gnat_to_code (gnat_node=-15364016)
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/trans.c:238
#11 0x002abba8 in back_end__call_back_end (mode=back_end__generate_object)
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/back_end.adb:108
#12 0x002ac90c in _ada_gnat1drv ()
    at /vol/gnu/src/gcc/gcc-dist/gcc/ada/gnat1drv.adb:573
#13 0x0048f4ac in toplev_main (argc=6668288, argv=0x65c000)
    at /vol/gnu/src/gcc/gcc-dist/gcc/toplev.c:1792

Environment:
System: SunOS padouk 5.8 Generic_108528-23 sun4u sparc SUNW,Sun-Fire-880
Architecture: sun4

	
host: sparc-sun-solaris2.8
build: sparc-sun-solaris2.8
target: sparc-sun-solaris2.8
configured with: '/vol/gnu/src/gcc/gcc-dist/configure' '--prefix=/vol/gcc '--with-local-prefix=/vol/gcc '--disable-nls

How-To-Repeat:
Bootstrap gcc as above and run make gnatlib-and-tools


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

* [Bug bootstrap/12290] Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb
  2003-09-15 20:22 [Bug bootstrap/12290] New: Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb gcc-bugzilla at gcc dot gnu dot org
@ 2003-09-22  8:40 ` pinskia at gcc dot gnu dot org
  2003-09-23 17:10 ` ro at techfak dot uni-bielefeld dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-22  8:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-22 08:06 -------
Can you try again?
I think it was fixed by <http://gcc.gnu.org/ml/gcc-patches/2003-09/msg01241.html>:
2003-09-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

        * except.c (output_function_exception_table): Adjust last change
        to handle TYPE of INTEGER_CST.


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

* [Bug bootstrap/12290] Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb
  2003-09-15 20:22 [Bug bootstrap/12290] New: Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb gcc-bugzilla at gcc dot gnu dot org
  2003-09-22  8:40 ` [Bug bootstrap/12290] " pinskia at gcc dot gnu dot org
@ 2003-09-23 17:10 ` ro at techfak dot uni-bielefeld dot de
  2003-09-24 18:09 ` ro at techfak dot uni-bielefeld dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2003-09-23 17:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2003-09-23 15:57 -------
Subject: Re:  Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb

I will, but am currently somewhat reluctant to update my tree: the current
one (as of 20030915) bootstraps on most of my platforms, and I'd like to
use it as a baseline for some work (mostly IRIX 5/6) before stage2
concludes.  I'll report back when I've tested an updated tree.

	Rainer


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

* [Bug bootstrap/12290] Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb
  2003-09-15 20:22 [Bug bootstrap/12290] New: Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb gcc-bugzilla at gcc dot gnu dot org
  2003-09-22  8:40 ` [Bug bootstrap/12290] " pinskia at gcc dot gnu dot org
  2003-09-23 17:10 ` ro at techfak dot uni-bielefeld dot de
@ 2003-09-24 18:09 ` ro at techfak dot uni-bielefeld dot de
  2003-09-24 18:10 ` ro at gcc dot gnu dot org
  2003-10-17 18:16 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2003-09-24 18:09 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2003-09-24 13:08 -------
Subject: Re:  Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb

Bootstrap on sparc-sun-solaris2.8 (with make gnatlib-and-tools) indeed
finished successfully, so this seems to be fixed.

	Rainer


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

* [Bug bootstrap/12290] Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb
  2003-09-15 20:22 [Bug bootstrap/12290] New: Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-09-24 18:09 ` ro at techfak dot uni-bielefeld dot de
@ 2003-09-24 18:10 ` ro at gcc dot gnu dot org
  2003-10-17 18:16 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ro at gcc dot gnu dot org @ 2003-09-24 18:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ro at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From ro at gcc dot gnu dot org  2003-09-24 13:10 -------
Confirmed fixed as of 20030923.


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

* [Bug bootstrap/12290] Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb
  2003-09-15 20:22 [Bug bootstrap/12290] New: Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-09-24 18:10 ` ro at gcc dot gnu dot org
@ 2003-10-17 18:16 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 18:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-10-17 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-15 20:22 [Bug bootstrap/12290] New: Solaris 8/SPARC bootstrap failure: ICE in output_function_exception_table in ada/a-colire.adb gcc-bugzilla at gcc dot gnu dot org
2003-09-22  8:40 ` [Bug bootstrap/12290] " pinskia at gcc dot gnu dot org
2003-09-23 17:10 ` ro at techfak dot uni-bielefeld dot de
2003-09-24 18:09 ` ro at techfak dot uni-bielefeld dot de
2003-09-24 18:10 ` ro at gcc dot gnu dot org
2003-10-17 18:16 ` 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).