public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/25932]  New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746
@ 2006-01-23 20:42 alex at milivojevic dot org
  2006-01-23 20:43 ` [Bug target/25932] " alex at milivojevic dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: alex at milivojevic dot org @ 2006-01-23 20:42 UTC (permalink / raw)
  To: gcc-bugs

I don't know anything about Ada, just happen to have gnat installed on my
system, and got this while compiling ncurses (ncurses-5.5.tar.gz, ncurses
configured with "../configure --with-shared --with-rpath --prefix=/opt/pbl"):

$ gcc -v -save-temps -c -I../../../Ada95/src/ -O3 -gnatpn -I.
-I../../../Ada95/src -I- ../../../Ada95/src/terminal_interface-curses.adb
Using built-in specs.
Target: sparc-sun-solaris2.6
Configured with: ../configure --prefix=/opt/pbl --with-local-prefix=/opt/pbl
--with-cpu=ultrasparc --with-tune=ultrasparc
--enable-languages=c,ada,c++,f95,java,objc --disable-nls --with-gmp=/opt/pbl
--with-mpfr=/opt/pbl --with-gnu-ld --with-gnu-as --with-ld=/opt/pbl/bin/ld
--with-as=/opt/pbl/bin/as --enable-java-awt=xlib --with-x
Thread model: posix95
gcc version 4.0.2
 /opt/pbl/libexec/gcc/sparc-sun-solaris2.6/4.0.2/gnat1 -I../../../Ada95/src/
-I. -I../../../Ada95/src -I- -quiet -dumpbase terminal_interface-curses.adb -O3
-gnatpn -mcpu=ultrasparc -mtune=ultrasparc
../../../Ada95/src/terminal_interface-curses.adb -o terminal_interface-curses.s
+===========================GNAT BUG DETECTED==============================+
| 4.0.2 (sparc-sun-solaris2.6) in simplify_subreg, at simplify-rtx.c:3746  |
| Error detected at terminal_interface-curses.adb:2566:1                   |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| 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).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.

../../../Ada95/src/terminal_interface-curses.adb
./terminal_interface-curses.ads
../../../Ada95/src/terminal_interface.ads
./terminal_interface-curses-aux.ads


raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:387

I'll include listed files shortly...


-- 
           Summary: Gnat bug in simplify_subreg, at simplify-rtx.c:3746
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: alex at milivojevic dot org
 GCC build triplet: sparc-sun-solaris2.6
  GCC host triplet: sparc-sun-solaris2.6
GCC target triplet: sparc-sun-solaris2.6


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


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

* [Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746
  2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
@ 2006-01-23 20:43 ` alex at milivojevic dot org
  2006-01-23 20:44 ` alex at milivojevic dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: alex at milivojevic dot org @ 2006-01-23 20:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from alex at milivojevic dot org  2006-01-23 20:43 -------
Created an attachment (id=10718)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10718&action=view)
terminal_interface.ads


-- 


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


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

* [Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746
  2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
                   ` (2 preceding siblings ...)
  2006-01-23 20:44 ` alex at milivojevic dot org
@ 2006-01-23 20:44 ` alex at milivojevic dot org
  2006-01-23 20:45 ` alex at milivojevic dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: alex at milivojevic dot org @ 2006-01-23 20:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from alex at milivojevic dot org  2006-01-23 20:44 -------
Created an attachment (id=10720)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10720&action=view)
terminal_interface-curses.ads


-- 


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


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

* [Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746
  2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
  2006-01-23 20:43 ` [Bug target/25932] " alex at milivojevic dot org
@ 2006-01-23 20:44 ` alex at milivojevic dot org
  2006-01-23 20:44 ` alex at milivojevic dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: alex at milivojevic dot org @ 2006-01-23 20:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from alex at milivojevic dot org  2006-01-23 20:44 -------
Created an attachment (id=10721)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10721&action=view)
terminal_interface-curses.ali


-- 


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


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

* [Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746
  2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
  2006-01-23 20:43 ` [Bug target/25932] " alex at milivojevic dot org
  2006-01-23 20:44 ` alex at milivojevic dot org
@ 2006-01-23 20:44 ` alex at milivojevic dot org
  2006-01-23 20:44 ` alex at milivojevic dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: alex at milivojevic dot org @ 2006-01-23 20:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from alex at milivojevic dot org  2006-01-23 20:44 -------
Created an attachment (id=10719)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10719&action=view)
terminal_interface-curses.adb


-- 


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


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

* [Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746
  2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
                   ` (3 preceding siblings ...)
  2006-01-23 20:44 ` alex at milivojevic dot org
@ 2006-01-23 20:45 ` alex at milivojevic dot org
  2006-01-23 20:45 ` alex at milivojevic dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: alex at milivojevic dot org @ 2006-01-23 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from alex at milivojevic dot org  2006-01-23 20:45 -------
Created an attachment (id=10723)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10723&action=view)
terminal_interface-curses.s


-- 


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


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

* [Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746
  2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
                   ` (4 preceding siblings ...)
  2006-01-23 20:45 ` alex at milivojevic dot org
@ 2006-01-23 20:45 ` alex at milivojevic dot org
  2006-01-23 22:07 ` [Bug target/25932] Ada ICE " laurent at guerby dot net
  2006-01-23 22:14 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: alex at milivojevic dot org @ 2006-01-23 20:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from alex at milivojevic dot org  2006-01-23 20:45 -------
Created an attachment (id=10722)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10722&action=view)
terminal_interface-curses-aux.ads


-- 


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


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

* [Bug target/25932] Ada ICE in simplify_subreg, at simplify-rtx.c:3746
  2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
                   ` (5 preceding siblings ...)
  2006-01-23 20:45 ` alex at milivojevic dot org
@ 2006-01-23 22:07 ` laurent at guerby dot net
  2006-01-23 22:14 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: laurent at guerby dot net @ 2006-01-23 22:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from laurent at guerby dot net  2006-01-23 22:07 -------
4.0.2 x86-linux and x86_64-linux do not ICE, this must be sparc specific.


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
           Keywords|                            |ice-on-valid-code
            Summary|Gnat bug in simplify_subreg,|Ada ICE in simplify_subreg,
                   |at simplify-rtx.c:3746      |at simplify-rtx.c:3746


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


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

* [Bug target/25932] Ada ICE in simplify_subreg, at simplify-rtx.c:3746
  2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
                   ` (6 preceding siblings ...)
  2006-01-23 22:07 ` [Bug target/25932] Ada ICE " laurent at guerby dot net
@ 2006-01-23 22:14 ` ebotcazou at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-01-23 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ebotcazou at gcc dot gnu dot org  2006-01-23 22:14 -------


*** This bug has been marked as a duplicate of 21937 ***


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
   Target Milestone|---                         |4.0.3


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


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

end of thread, other threads:[~2006-01-23 22:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-23 20:42 [Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746 alex at milivojevic dot org
2006-01-23 20:43 ` [Bug target/25932] " alex at milivojevic dot org
2006-01-23 20:44 ` alex at milivojevic dot org
2006-01-23 20:44 ` alex at milivojevic dot org
2006-01-23 20:44 ` alex at milivojevic dot org
2006-01-23 20:45 ` alex at milivojevic dot org
2006-01-23 20:45 ` alex at milivojevic dot org
2006-01-23 22:07 ` [Bug target/25932] Ada ICE " laurent at guerby dot net
2006-01-23 22:14 ` ebotcazou 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).