public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/32776]  New: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972
@ 2007-07-16 11:24 rask at sygehus dot dk
  2007-07-16 11:25 ` [Bug rtl-optimization/32776] " rask at sygehus dot dk
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rask at sygehus dot dk @ 2007-07-16 11:24 UTC (permalink / raw)
  To: gcc-bugs

The attached (slightly reduced) test case causes an ICE:
$ ./xgcc -B./ -S -o /dev/null -O2 /tmp/delta/dtoa-00-o.c.
[several warnings]
/tmp/delta/dtoa-00-o.c:23: internal compiler error: RTL check: expected code
'reg', have 'concatn' in rhs_regno, at rtl.h:972

I'm using revision 126676. These are my configure flags:
--target m32c-unknown-elf --with-newlib --enable-sim --disable-gdb
--disable-nls --disable-multilib --enable-languages=c,c++
--enable-cxx-flags=-O2 --enable-checking=yes,rtl


-- 
           Summary: ICE RTL check: expected code 'reg', have 'concatn' in
                    rhs_regno, at rtl.h:972
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rask at sygehus dot dk
GCC target triplet: m32c-unknown-elf


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


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

* [Bug rtl-optimization/32776] ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972
  2007-07-16 11:24 [Bug rtl-optimization/32776] New: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 rask at sygehus dot dk
@ 2007-07-16 11:25 ` rask at sygehus dot dk
  2007-07-16 11:34 ` rask at sygehus dot dk
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rask at sygehus dot dk @ 2007-07-16 11:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rask at sygehus dot dk  2007-07-16 11:25 -------
Created an attachment (id=13920)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13920&action=view)
Slightly reduced test case


-- 


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


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

* [Bug rtl-optimization/32776] ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972
  2007-07-16 11:24 [Bug rtl-optimization/32776] New: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 rask at sygehus dot dk
  2007-07-16 11:25 ` [Bug rtl-optimization/32776] " rask at sygehus dot dk
@ 2007-07-16 11:34 ` rask at sygehus dot dk
  2007-07-16 18:42 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rask at sygehus dot dk @ 2007-07-16 11:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rask at sygehus dot dk  2007-07-16 11:34 -------
The test case was derived from newlib, btw.


-- 

rask at sygehus dot dk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|build                       |


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


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

* [Bug rtl-optimization/32776] ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972
  2007-07-16 11:24 [Bug rtl-optimization/32776] New: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 rask at sygehus dot dk
  2007-07-16 11:25 ` [Bug rtl-optimization/32776] " rask at sygehus dot dk
  2007-07-16 11:34 ` rask at sygehus dot dk
@ 2007-07-16 18:42 ` pinskia at gcc dot gnu dot org
  2007-08-07 22:44 ` [Bug rtl-optimization/32776] [4.3 Regression] " ian at gcc dot gnu dot org
  2007-08-07 22:47 ` ian at airs dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-16 18:42 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking
   Target Milestone|---                         |4.3.0


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


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

* [Bug rtl-optimization/32776] [4.3 Regression] ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972
  2007-07-16 11:24 [Bug rtl-optimization/32776] New: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 rask at sygehus dot dk
                   ` (2 preceding siblings ...)
  2007-07-16 18:42 ` pinskia at gcc dot gnu dot org
@ 2007-08-07 22:44 ` ian at gcc dot gnu dot org
  2007-08-07 22:47 ` ian at airs dot com
  4 siblings, 0 replies; 6+ messages in thread
From: ian at gcc dot gnu dot org @ 2007-08-07 22:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ian at gcc dot gnu dot org  2007-08-07 22:44 -------
Subject: Bug 32776

Author: ian
Date: Tue Aug  7 22:43:55 2007
New Revision: 127282

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127282
Log:
        PR rtl-optimization/32776
        * lower-subreg.c (resolve_clobber): Call resolve_reg_notes.
        (resolve_use): Likewise.
        (decompose_multiword_subregs): Remove "changed" local variable.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lower-subreg.c


-- 


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


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

* [Bug rtl-optimization/32776] [4.3 Regression] ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972
  2007-07-16 11:24 [Bug rtl-optimization/32776] New: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 rask at sygehus dot dk
                   ` (3 preceding siblings ...)
  2007-08-07 22:44 ` [Bug rtl-optimization/32776] [4.3 Regression] " ian at gcc dot gnu dot org
@ 2007-08-07 22:47 ` ian at airs dot com
  4 siblings, 0 replies; 6+ messages in thread
From: ian at airs dot com @ 2007-08-07 22:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ian at airs dot com  2007-08-07 22:47 -------
Fixed.


-- 

ian at airs dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|ian at gcc dot gnu dot org  |ian at airs dot com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2007-08-07 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-16 11:24 [Bug rtl-optimization/32776] New: ICE RTL check: expected code 'reg', have 'concatn' in rhs_regno, at rtl.h:972 rask at sygehus dot dk
2007-07-16 11:25 ` [Bug rtl-optimization/32776] " rask at sygehus dot dk
2007-07-16 11:34 ` rask at sygehus dot dk
2007-07-16 18:42 ` pinskia at gcc dot gnu dot org
2007-08-07 22:44 ` [Bug rtl-optimization/32776] [4.3 Regression] " ian at gcc dot gnu dot org
2007-08-07 22:47 ` ian at airs dot com

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