public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/21377] New: Error detected at a-stmaco.ads:65:4
@ 2005-05-04  8:24 corsepiu at gcc dot gnu dot org
  2005-05-04  8:24 ` [Bug ada/21377] " corsepiu at gcc dot gnu dot org
  2005-05-04 14:28 ` [Bug target/21377] " pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 6+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-05-04  8:24 UTC (permalink / raw)
  To: gcc-bugs

While bootstrapping gcc-4.0.1 (20050503 pre) for sh-rtems4.7 using a native
vanilla GCC-4.0.0 on FC3:


../../xgcc -B../../ -c -g -O2      -W -Wall -gnatpg  a-stmaco.ads -o a-stmaco.o
a-stmaco.ads: In function 'Ada.Strings.Maps.Constants._Elabs':
a-stmaco.ads:40: error: unrecognizable insn:
(insn:HI 98 97 99 1 a-stmaco.ads:68 (parallel [
            (set (reg:HI 445)
                (ashift:HI (reg:HI 446)
                    (reg:HI 447)))
            (clobber (reg:SI 147 t))
        ]) -1 (insn_list:REG_DEP_TRUE 97 (nil))
    (expr_list:REG_DEAD (reg:HI 447)
        (expr_list:REG_UNUSED (reg:SI 147 t)
            (expr_list:REG_EQUAL (ashift:HI (const_int 1 [0x1])
                    (reg:HI 447))
                (nil)))))
+===========================GNAT BUG DETECTED==============================+
| 4.0.0 (RTEMS gcc-4.0.0-20050503/newlib-1.13.0--0.rc.20050503.1.fc3)
(sh-unknown-rtems4.7) GCC error:|
| in extract_insn, at recog.c:2020                                         |
| Error detected at a-stmaco.ads:65:4                                      |
| 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.



raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:387
make[3]: *** [a-stmaco.o] Error 1
make[3]: Leaving directory
`/users/columbo/src/rpms/BUILD/rtems-4.7-sh-rtems4.7-gcc-newlib-gcc4.0.0newlib1.13.0/build/gcc/ada/rts'
make[2]: *** [gnatlib] Error 2
make[2]: Leaving directory
`/users/columbo/src/rpms/BUILD/rtems-4.7-sh-rtems4.7-gcc-newlib-gcc4.0.0newlib1.13.0/build/gcc/ada'
make[1]: *** [gnatlib-plain] Error 2
make[1]: Leaving directory
`/users/columbo/src/rpms/BUILD/rtems-4.7-sh-rtems4.7-gcc-newlib-gcc4.0.0newlib1.13.0/build/sh-rtems4.7/liba
da'
make: *** [all-target-libada] Error 2

-- 
           Summary: Error detected at a-stmaco.ads:65:4
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: corsepiu at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,joel at oarcorp dot
                    com,laurent at guerby dot net
  GCC host triplet: i386-*
GCC target triplet: sh-*


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


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

* [Bug ada/21377] Error detected at a-stmaco.ads:65:4
  2005-05-04  8:24 [Bug ada/21377] New: Error detected at a-stmaco.ads:65:4 corsepiu at gcc dot gnu dot org
@ 2005-05-04  8:24 ` corsepiu at gcc dot gnu dot org
  2005-05-04 14:28 ` [Bug target/21377] " pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: corsepiu at gcc dot gnu dot org @ 2005-05-04  8:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.0.0


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


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

* [Bug target/21377] Error detected at a-stmaco.ads:65:4
  2005-05-04  8:24 [Bug ada/21377] New: Error detected at a-stmaco.ads:65:4 corsepiu at gcc dot gnu dot org
  2005-05-04  8:24 ` [Bug ada/21377] " corsepiu at gcc dot gnu dot org
@ 2005-05-04 14:28 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-04 14:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |target
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/21377] Error detected at a-stmaco.ads:65:4
       [not found] <bug-21377-9565@http.gcc.gnu.org/bugzilla/>
  2008-02-13 19:07 ` joel at gcc dot gnu dot org
  2008-02-13 19:10 ` joel at gcc dot gnu dot org
@ 2009-03-23 22:14 ` joel at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu dot org @ 2009-03-23 22:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from joel at gcc dot gnu dot org  2009-03-23 22:14 -------
This is very old and most likely fixed since it looks like sh-rtems builds Ada
further.  Marking this as a dupe so it will die.

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


-- 

joel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug target/21377] Error detected at a-stmaco.ads:65:4
       [not found] <bug-21377-9565@http.gcc.gnu.org/bugzilla/>
  2008-02-13 19:07 ` joel at gcc dot gnu dot org
@ 2008-02-13 19:10 ` joel at gcc dot gnu dot org
  2009-03-23 22:14 ` joel at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu dot org @ 2008-02-13 19:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from joel at gcc dot gnu dot org  2008-02-13 19:10 -------
Grrr.. need to get over sinus headache.  Misread Bugzilla.  Nothing happened to
this PR.  I haven't retried sh for Ada to even know.


-- 

joel at gcc dot gnu dot org changed:

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


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


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

* [Bug target/21377] Error detected at a-stmaco.ads:65:4
       [not found] <bug-21377-9565@http.gcc.gnu.org/bugzilla/>
@ 2008-02-13 19:07 ` joel at gcc dot gnu dot org
  2008-02-13 19:10 ` joel at gcc dot gnu dot org
  2009-03-23 22:14 ` joel at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu dot org @ 2008-02-13 19:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from joel at gcc dot gnu dot org  2008-02-13 19:06 -------
Missed changing state on previous change.  Closed.


-- 

joel at gcc dot gnu dot org changed:

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


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-04  8:24 [Bug ada/21377] New: Error detected at a-stmaco.ads:65:4 corsepiu at gcc dot gnu dot org
2005-05-04  8:24 ` [Bug ada/21377] " corsepiu at gcc dot gnu dot org
2005-05-04 14:28 ` [Bug target/21377] " pinskia at gcc dot gnu dot org
     [not found] <bug-21377-9565@http.gcc.gnu.org/bugzilla/>
2008-02-13 19:07 ` joel at gcc dot gnu dot org
2008-02-13 19:10 ` joel at gcc dot gnu dot org
2009-03-23 22:14 ` joel 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).