public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/34439]  New: ICE in reload_cse_simplify_operands for Coldfire
@ 2007-12-11 23:19 joel at gcc dot gnu dot org
  2007-12-11 23:21 ` [Bug target/34439] " joel at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: joel at gcc dot gnu dot org @ 2007-12-11 23:19 UTC (permalink / raw)
  To: gcc-bugs

m68k-rtems4.9-gcc -m528x  -c j.c

gcc 4.2.2 

../../../../../../current/c/src/../../cpukit/shttpd/log.c:139: error: insn does
not satisfy its constraints:
(insn 74 158 159 10
../../../../../../current/c/src/../../cpukit/shttpd/log.c:117 (set (mem/c:SI
(plus:SI (reg/f:SI 14 %a6)
                (reg:SI 1 %d1)) [57 D.6834+0 S4 A16])
        (mem/s:SI (plus:SI (reg/v/f:SI 10 %a2 [orig:48 c ] [48])
                (const_int 220 [0xdc])) [3 <variable>.loc.io.total+0 S4 A16]))
34 {*movsi_cf} (nil)
    (nil))
../../../../../../current/c/src/../../cpukit/shttpd/log.c:139: internal
compiler error: in reload_cse_simplify_operands, at postreload.c:392


-- 
           Summary: ICE in reload_cse_simplify_operands for Coldfire
           Product: gcc
           Version: 4.2.2
            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: m68k-unknown-rtems


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


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

* [Bug target/34439] ICE in reload_cse_simplify_operands for Coldfire
  2007-12-11 23:19 [Bug c/34439] New: ICE in reload_cse_simplify_operands for Coldfire joel at gcc dot gnu dot org
@ 2007-12-11 23:21 ` joel at gcc dot gnu dot org
  2007-12-11 23:22 ` joel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: joel at gcc dot gnu dot org @ 2007-12-11 23:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from joel at gcc dot gnu dot org  2007-12-11 23:20 -------
Created an attachment (id=14734)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14734&action=view)
Preprocessed code that produces error

This is the preprocessed output of the Simple HTTPD server for RTEMS compiled
to 5282.


-- 


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


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

* [Bug target/34439] ICE in reload_cse_simplify_operands for Coldfire
  2007-12-11 23:19 [Bug c/34439] New: ICE in reload_cse_simplify_operands for Coldfire joel at gcc dot gnu dot org
  2007-12-11 23:21 ` [Bug target/34439] " joel at gcc dot gnu dot org
  2007-12-11 23:22 ` joel at gcc dot gnu dot org
@ 2007-12-11 23:22 ` joel at gcc dot gnu dot org
  2008-08-12 19:48 ` joel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: joel at gcc dot gnu dot org @ 2007-12-11 23:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from joel at gcc dot gnu dot org  2007-12-11 23:22 -------
Also occurs on 4.2.1 but this time at:

/opt/rtems-4.8/bin/m68k-rtems4.8-gcc -m528x  -c j.c
j.c: In function '_shttpd_elog':
j.c:7557: error: insn does not satisfy its constraints:
(insn 13 189 14 (set (mem/c:SI (plus:SI (reg/f:SI 14 %a6)
                (reg:SI 0 %d0)) [0 iftmp.9+0 S4 A16])
        (mem/s/f/j:SI (plus:SI (reg:SI 8 %a0 [orig:52 D.6913 ] [52])
                (const_int 72 [0x48])) [0 <variable>.error_log+0 S4 A16])) 34
{*movsi_cf} (nil)
    (nil))
j.c:7557: internal compiler error: in final_scan_insn, at final.c:2382
Please submit a full bug report,


-- 


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


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

* [Bug target/34439] ICE in reload_cse_simplify_operands for Coldfire
  2007-12-11 23:19 [Bug c/34439] New: ICE in reload_cse_simplify_operands for Coldfire joel at gcc dot gnu dot org
  2007-12-11 23:21 ` [Bug target/34439] " joel at gcc dot gnu dot org
@ 2007-12-11 23:22 ` joel at gcc dot gnu dot org
  2007-12-11 23:22 ` joel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: joel at gcc dot gnu dot org @ 2007-12-11 23:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from joel at gcc dot gnu dot org  2007-12-11 23:22 -------
And again on 4.1.1:

$ /opt/rtems-4.7/bin/m68k-rtems4.7-gcc -m528x  -c j.c
j.c: In function '_shttpd_elog':
j.c:7557: error: insn does not satisfy its constraints:
(insn 14 190 15 (set (mem/c:SI (plus:SI (reg/f:SI 14 %a6)
                (reg:SI 0 %d0)) [0 iftmp.9+0 S4 A16])
        (mem/s/f/j:SI (plus:SI (reg:SI 8 %a0 [orig:52 D.6686 ] [52])
                (const_int 72 [0x48])) [0 <variable>.error_log+0 S4 A16])) 26
{*movsi_cf} (nil)
    (nil))
j.c:7557: internal compiler error: in final_scan_insn, at final.c:2410


-- 


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


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

* [Bug target/34439] ICE in reload_cse_simplify_operands for Coldfire
  2007-12-11 23:19 [Bug c/34439] New: ICE in reload_cse_simplify_operands for Coldfire joel at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-12-11 23:22 ` joel at gcc dot gnu dot org
@ 2008-08-12 19:48 ` joel at gcc dot gnu dot org
  2009-06-16 16:29 ` mikpe at it dot uu dot se
  2009-08-23 18:34 ` schwab at linux-m68k dot org
  5 siblings, 0 replies; 7+ messages in thread
From: joel at gcc dot gnu dot org @ 2008-08-12 19:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from joel at gcc dot gnu dot org  2008-08-12 19:47 -------
Works with 4.3.1.  Should this be closed if someone can confirm it is fixed on
the trunk?


-- 


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


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

* [Bug target/34439] ICE in reload_cse_simplify_operands for Coldfire
  2007-12-11 23:19 [Bug c/34439] New: ICE in reload_cse_simplify_operands for Coldfire joel at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-08-12 19:48 ` joel at gcc dot gnu dot org
@ 2009-06-16 16:29 ` mikpe at it dot uu dot se
  2009-08-23 18:34 ` schwab at linux-m68k dot org
  5 siblings, 0 replies; 7+ messages in thread
From: mikpe at it dot uu dot se @ 2009-06-16 16:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from mikpe at it dot uu dot se  2009-06-16 16:29 -------
(In reply to comment #4)
> Works with 4.3.1.  Should this be closed if someone can confirm it is fixed on
> the trunk?

This is a generic m68k issue as I can easily reproduce the ICE using a
gcc-4.2.4 based cross-compiler to m68k-unknown-linux. The current latest
gcc-4.4 and gcc-4.3 weekly snapshots do not exhibit the ICE however.


-- 


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


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

* [Bug target/34439] ICE in reload_cse_simplify_operands for Coldfire
  2007-12-11 23:19 [Bug c/34439] New: ICE in reload_cse_simplify_operands for Coldfire joel at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2009-06-16 16:29 ` mikpe at it dot uu dot se
@ 2009-08-23 18:34 ` schwab at linux-m68k dot org
  5 siblings, 0 replies; 7+ messages in thread
From: schwab at linux-m68k dot org @ 2009-08-23 18:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from schwab at linux-m68k dot org  2009-08-23 18:34 -------
No longer reproducible, assuming fixed.


-- 

schwab at linux-m68k dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.4


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


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

end of thread, other threads:[~2009-08-23 18:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-11 23:19 [Bug c/34439] New: ICE in reload_cse_simplify_operands for Coldfire joel at gcc dot gnu dot org
2007-12-11 23:21 ` [Bug target/34439] " joel at gcc dot gnu dot org
2007-12-11 23:22 ` joel at gcc dot gnu dot org
2007-12-11 23:22 ` joel at gcc dot gnu dot org
2008-08-12 19:48 ` joel at gcc dot gnu dot org
2009-06-16 16:29 ` mikpe at it dot uu dot se
2009-08-23 18:34 ` schwab at linux-m68k 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).