This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11718] [new-ra] ICE on valid code with SSE
- From: "1319 at bot dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2004 07:01:50 -0000
- Subject: [Bug optimization/11718] [new-ra] ICE on valid code with SSE
- References: <20030730001037.11718.warp@babylon.d2dc.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From 1319 at bot dot ru 2004-03-24 07:01 -------
Current new RA cannot compile Andrew's testcase:
cd /home/ssb/tmp/
/usr/local/gcc-RA/bin/gcc -fnew-ra -O1 -S 11718.c
R_StainBlendTexel pass: 1 Web 22 class FLOAT_REGS insn class SSE_REGS
Spill out reg 109 from insn:
(insn 298 132 133 0 (set (reg:SF 109)
(reg:SF 108)) 63 {*movsf_1_nointerunit} (nil)
(nil))
R_StainBlendTexel pass: 1 Web 11 class FLOAT_REGS insn class GENERAL_REGS
Spill out reg 84 from insn:
(insn 27 23 293 0 (set (reg:SF 84)
(mem/u/f:SF (symbol_ref/u:SI ("*.LC1") [flags 0x2]) [0 S4 A32])) 63
{*movsf_1_nointerunit} (nil)
(expr_list:REG_EQUAL (const_double:SF -2147483648 [0x80000000] 1.0e+0
[0x0.8p+1])
(nil)))
R_StainBlendTexel pass: 1 Web 8 class GENERAL_REGS insn class SSE_REGS
Spill out reg 77 from insn:
(insn 17 16 18 0 (set (reg:SF 77)
(float:SF (reg:SI 76))) 131 {*floatsisf2_sse} (insn_list 16 (nil))
(nil))
11718.c: In function `R_StainBlendTexel':
11718.c:72: internal compiler error: in select_regclass, at ra-build.c:3185
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Compilation exited abnormally with code 1 at Wed Mar 24 09:57:02
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11718