public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/23988] New: ICE / spill_failure, at reload1.c:1890
@ 2005-09-20 23:05 pluto at agmk dot net
  2005-09-20 23:06 ` [Bug other/23988] " pluto at agmk dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pluto at agmk dot net @ 2005-09-20 23:05 UTC (permalink / raw)
  To: gcc-bugs

fbmmx.c: In function '_cairo_pixman_composite_src_add_8000x8000mmx': 
fbmmx.c:2169: error: unable to find a register to spill in class 'MMX_REGS' 
fbmmx.c:2169: error: this is the insn: 
(insn:HI 168 167 171 12 (set (reg:V8QI 157) 
        (us_plus:V8QI (mem:V8QI (reg/v/f:SI 4 si [orig:109 src ] [109]) [3 S8 
A64]) 
            (mem:V8QI (reg/v/f:SI 2 cx [orig:111 dst ] [111]) [3 S8 A64]))) 
808 {mmx_usaddv8qi3} (nil) 
    (nil)) 
fbmmx.c:2169: internal compiler error: in spill_failure, at reload1.c:1890

-- 
           Summary: ICE / spill_failure, at reload1.c:1890
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pld-linux
  GCC host triplet: i686-pld-linux
GCC target triplet: i686-pld-linux


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


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

* [Bug other/23988] ICE / spill_failure, at reload1.c:1890
  2005-09-20 23:05 [Bug other/23988] New: ICE / spill_failure, at reload1.c:1890 pluto at agmk dot net
@ 2005-09-20 23:06 ` pluto at agmk dot net
  2005-09-20 23:16 ` [Bug target/23988] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pluto at agmk dot net @ 2005-09-20 23:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-09-20 23:06 -------
Created an attachment (id=9785)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9785&action=view)
testcase


-- 


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


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

* [Bug target/23988] ICE / spill_failure, at reload1.c:1890
  2005-09-20 23:05 [Bug other/23988] New: ICE / spill_failure, at reload1.c:1890 pluto at agmk dot net
  2005-09-20 23:06 ` [Bug other/23988] " pluto at agmk dot net
@ 2005-09-20 23:16 ` pinskia at gcc dot gnu dot org
  2005-09-20 23:21 ` pinskia at gcc dot gnu dot org
  2005-09-22 13:16 ` pluto at agmk dot net
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-20 23:16 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug target/23988] ICE / spill_failure, at reload1.c:1890
  2005-09-20 23:05 [Bug other/23988] New: ICE / spill_failure, at reload1.c:1890 pluto at agmk dot net
  2005-09-20 23:06 ` [Bug other/23988] " pluto at agmk dot net
  2005-09-20 23:16 ` [Bug target/23988] " pinskia at gcc dot gnu dot org
@ 2005-09-20 23:21 ` pinskia at gcc dot gnu dot org
  2005-09-22 13:16 ` pluto at agmk dot net
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-20 23:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-20 23:21 -------
I cannot reproduce this on the mainline (last night's compiler) with -msse2 -O[0-3].  Note the inline-
asm is invalid in that it uses labels which are not unique which causes assmeblying at -O3.

-- 


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


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

* [Bug target/23988] ICE / spill_failure, at reload1.c:1890
  2005-09-20 23:05 [Bug other/23988] New: ICE / spill_failure, at reload1.c:1890 pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2005-09-20 23:21 ` pinskia at gcc dot gnu dot org
@ 2005-09-22 13:16 ` pluto at agmk dot net
  3 siblings, 0 replies; 5+ messages in thread
From: pluto at agmk dot net @ 2005-09-22 13:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pluto at agmk dot net  2005-09-22 13:15 -------
You're right, the mainline is ok. This bug is related to PR19161.  
  

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


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


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

end of thread, other threads:[~2005-09-22 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-20 23:05 [Bug other/23988] New: ICE / spill_failure, at reload1.c:1890 pluto at agmk dot net
2005-09-20 23:06 ` [Bug other/23988] " pluto at agmk dot net
2005-09-20 23:16 ` [Bug target/23988] " pinskia at gcc dot gnu dot org
2005-09-20 23:21 ` pinskia at gcc dot gnu dot org
2005-09-22 13:16 ` pluto at agmk dot net

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