[Bug target/32963] ICE in failed_reload, could not find a spill register

2007-08-15 Thread sje at cup dot hp dot com
--- Comment #6 from sje at cup dot hp dot com 2007-08-15 20:12 --- Fixed with patch to caller-save.c -- sje at cup dot hp dot com changed: What|Removed |Added

[Bug target/32963] ICE in failed_reload, could not find a spill register

2007-08-15 Thread sje at gcc dot gnu dot org
--- Comment #5 from sje at gcc dot gnu dot org 2007-08-15 20:08 --- Subject: Bug 32963 Author: sje Date: Wed Aug 15 20:08:43 2007 New Revision: 127523 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127523 Log: PR target/32963 caller-save.c (reg_save_code): Set in

[Bug target/32963] ICE in failed_reload, could not find a spill register

2007-08-10 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2007-08-10 20:50 --- This bug is related to Jan Hubicka's caller-save changes. Applying my division code change to version 126878 results in working code, applying my division code to version 126879 results in compilation failures. The 1268

[Bug target/32963] ICE in failed_reload, could not find a spill register

2007-08-03 Thread sje at cup dot hp dot com
--- Comment #3 from sje at cup dot hp dot com 2007-08-03 22:10 --- I no longer think this bug is due to how I convert types. I don't think there is necessarily a bug in the division code but that the increased floating point register pressure is triggering an existing bug. The failure

[Bug target/32963] ICE in failed_reload, could not find a spill register

2007-08-03 Thread sje at cup dot hp dot com
--- Comment #2 from sje at cup dot hp dot com 2007-08-03 22:05 --- Created an attachment (id=14019) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14019&action=view) New test case The first test case only fails on HP-UX in 32 bit mode. This new test case fails on HP-UX and on Linu

[Bug target/32963] ICE in failed_reload, could not find a spill register

2007-08-01 Thread sje at cup dot hp dot com
--- Comment #1 from sje at cup dot hp dot com 2007-08-01 19:54 --- Created an attachment (id=14005) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14005&action=view) test program that will ICE at -O2 Attached is a Fortran test program that will ICE if compiled at -O2 on IA64. --