This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/13366] ICE using MMX/SSE builtins with -O


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-19 00:31 -------
I get a different ICE on the mainline:
t.c:1: warning: specifying vector types with __attribute__ ((mode)) is deprecated
t.c:1: warning: use __attribute__ ((vector_size)) instead
 f

t.c: In function `f':
t.c:8: error: unable to find a register to spill in class `GENERAL_REGS'
t.c:8: error: this is the insn:
(insn 14 13 16 0 (set (strict_low_part (subreg:HI (reg/v:V4HI 29 mm0 [orig:59 vec ] [59]) 0))
        (const_int 0 [0x0])) 43 {*movstricthi_1} (insn_list 13 (nil))
    (nil))
t.c:8: internal compiler error: in spill_failure, at reload1.c:1884
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-05-20 20:31:10         |2004-08-19 00:31:10
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]