public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/39182]  New: ICE in gen_add2_insn, at optabs.c:4884
@ 2009-02-13 18:49 joel at gcc dot gnu dot org
  2009-02-13 18:50 ` [Bug c/39182] " joel at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: joel at gcc dot gnu dot org @ 2009-02-13 18:49 UTC (permalink / raw)
  To: gcc-bugs

We get this error multiple places in the RTEMS code base.  

m32c-rtems4.10-gcc --pipe  -mcpu=m32cm --pipe -DHAVE_CONFIG_H   -I..
-I../../../lib/include -D__RTEMS_INSIDE__  -Wall
-Wimplicit-function-declaration -Wstrict-prototypes -Wnested-externs -fasm -g
-O2  -mcpu=m32cm -MT src/libsapi_a-ioregisterdriver.o -MD -MP -MF
src/.deps/libsapi_a-ioregisterdriver.Tpo -c -o src/libsapi_a-ioregisterdriver.o
`test -f 'src/ioregisterdriver.c' || echo
'../../../../../rtems/cpukit/sapi/'`src/ioregisterdriver.c
../../../../../rtems/cpukit/sapi/src/ioregisterdriver.c: In function
'rtems_io_register_driver':
../../../../../rtems/cpukit/sapi/src/ioregisterdriver.c:92: internal compiler
error: in gen_add2_insn, at optabs.c:4884


-- 
           Summary: ICE in gen_add2_insn, at optabs.c:4884
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joel at gcc dot gnu dot org
GCC target triplet: m32c-rtems


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


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

* [Bug c/39182] ICE in gen_add2_insn, at optabs.c:4884
  2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
@ 2009-02-13 18:50 ` joel at gcc dot gnu dot org
  2009-02-13 18:52 ` joel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: joel at gcc dot gnu dot org @ 2009-02-13 18:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from joel at gcc dot gnu dot org  2009-02-13 18:50 -------
Created an attachment (id=17295)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17295&action=view)
preprocessed test case


-- 


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


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

* [Bug c/39182] ICE in gen_add2_insn, at optabs.c:4884
  2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
  2009-02-13 18:50 ` [Bug c/39182] " joel at gcc dot gnu dot org
@ 2009-02-13 18:52 ` joel at gcc dot gnu dot org
  2009-02-13 20:29 ` [Bug target/39182] " dj at redhat dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: joel at gcc dot gnu dot org @ 2009-02-13 18:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from joel at gcc dot gnu dot org  2009-02-13 18:52 -------
WORKS: m32c-rtems4.10-gcc -mcpu=m32cm j.c -c
FAILS: m32c-rtems4.10-gcc -mcpu=m32cm j.c -O1 -c
FAILS: m32c-rtems4.10-gcc -mcpu=m32cm j.c -O2 -c


-- 

joel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |c


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


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

* [Bug target/39182] ICE in gen_add2_insn, at optabs.c:4884
  2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
  2009-02-13 18:50 ` [Bug c/39182] " joel at gcc dot gnu dot org
  2009-02-13 18:52 ` joel at gcc dot gnu dot org
@ 2009-02-13 20:29 ` dj at redhat dot com
  2009-02-27 20:25 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dj at redhat dot com @ 2009-02-13 20:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dj at redhat dot com  2009-02-13 20:28 -------
Fails with m32c-elf in 4.3.4 also.
Note: does NOT fail in 4.4/trunk


-- 

dj at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dj at redhat dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-02-13 20:28:57
               date|                            |


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


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

* [Bug target/39182] ICE in gen_add2_insn, at optabs.c:4884
  2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-02-13 20:29 ` [Bug target/39182] " dj at redhat dot com
@ 2009-02-27 20:25 ` pinskia at gcc dot gnu dot org
  2009-04-16 20:34 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-02-27 20:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2009-02-27 20:25 -------
*** Bug 39320 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug target/39182] ICE in gen_add2_insn, at optabs.c:4884
  2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2009-02-27 20:25 ` pinskia at gcc dot gnu dot org
@ 2009-04-16 20:34 ` pinskia at gcc dot gnu dot org
  2009-07-16 17:08 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-04-16 20:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2009-04-16 20:34 -------
*** Bug 39389 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monaka at monami-software
                   |                            |dot com


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


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

* [Bug target/39182] ICE in gen_add2_insn, at optabs.c:4884
  2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-04-16 20:34 ` pinskia at gcc dot gnu dot org
@ 2009-07-16 17:08 ` pinskia at gcc dot gnu dot org
  2009-07-17 14:33 ` joel at gcc dot gnu dot org
  2009-07-17 14:38 ` joel at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-07-16 17:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2009-07-16 17:08 -------
*** Bug 40776 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug target/39182] ICE in gen_add2_insn, at optabs.c:4884
  2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2009-07-16 17:08 ` pinskia at gcc dot gnu dot org
@ 2009-07-17 14:33 ` joel at gcc dot gnu dot org
  2009-07-17 14:38 ` joel at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: joel at gcc dot gnu dot org @ 2009-07-17 14:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from joel at gcc dot gnu dot org  2009-07-17 14:32 -------
Patch committed.  Ran coverage to verify that it didn't introduce a new
uncovered range of code.

Sorry to have broken it. Trying to get to 100% test coverage and eliminate dead
code.


-- 

joel at gcc dot gnu dot org changed:

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


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


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

* [Bug target/39182] ICE in gen_add2_insn, at optabs.c:4884
  2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2009-07-17 14:33 ` joel at gcc dot gnu dot org
@ 2009-07-17 14:38 ` joel at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: joel at gcc dot gnu dot org @ 2009-07-17 14:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from joel at gcc dot gnu dot org  2009-07-17 14:38 -------
Stupid human error.  Clicked on wrong bug.


-- 

joel at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-07-17 14:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-13 18:49 [Bug c/39182] New: ICE in gen_add2_insn, at optabs.c:4884 joel at gcc dot gnu dot org
2009-02-13 18:50 ` [Bug c/39182] " joel at gcc dot gnu dot org
2009-02-13 18:52 ` joel at gcc dot gnu dot org
2009-02-13 20:29 ` [Bug target/39182] " dj at redhat dot com
2009-02-27 20:25 ` pinskia at gcc dot gnu dot org
2009-04-16 20:34 ` pinskia at gcc dot gnu dot org
2009-07-16 17:08 ` pinskia at gcc dot gnu dot org
2009-07-17 14:33 ` joel at gcc dot gnu dot org
2009-07-17 14:38 ` 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).