This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11001] ICE in spill_failure, at reload1.c:1915: unable to find a register in class `DIREG'
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2003 15:16:40 -0000
- Subject: [Bug optimization/11001] ICE in spill_failure, at reload1.c:1915: unable to find a register in class `DIREG'
- References: <20030527215908.11001.pinskia@physics.uc.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11001
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-05-28 17:28:30 |2003-07-14 15:16:40
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-14 15:16 -------
Actually this code is invalid because it jumps out of a Statement expression but it still ICE
even after changing the Statement expression to just a statement on the mainline
(20030711) so it still is a bug.