[Bug target/44031] [4.4/4.5 Regression] ice in subst_reloads, at reload.c:6327
law at redhat dot com
gcc-bugzilla@gcc.gnu.org
Fri Jan 28 19:37:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44031
Jeffrey A. Law <law at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Jeffrey A. Law <law at redhat dot com> 2011-01-28 18:42:34 UTC ---
The patch Mikael references removes some bogus code which prevents
simplification of a subreg of the frame pointer which was causing some problems
for the ARM. This case (x86) shows the same failing behaviour, we have a
subreg of the frame pointer which triggers a reload we're ultimately unable to
handle.
I'm going to go ahead and mark this as resolved since I believe Bernd nailed it
which is reinforced by Mikael's comments that backporting that fix to the 4.5
and 4.4 branches fixes the problem on the branches as well.
More information about the Gcc-bugs
mailing list