[Bug target/23988] ICE / spill_failure, at reload1.c:1890

2005-09-20 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|other |target Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug

[Bug target/23988] ICE / spill_failure, at reload1.c:1890

2005-09-20 Thread pinskia at gcc dot gnu dot org
--- 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. -- htt

[Bug target/23988] ICE / spill_failure, at reload1.c:1890

2005-09-22 Thread pluto at agmk dot net
--- 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