This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/13366] ICE using MMX/SSE builtins with -O
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2004 00:31:11 -0000
- Subject: [Bug rtl-optimization/13366] ICE using MMX/SSE builtins with -O
- References: <20031209135240.13366.lloyd@randombit.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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