This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/44031] [4.4/4.5 Regression] ice in subst_reloads, at reload.c:6327
- From: "law at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Jan 2011 18:42:44 +0000
- Subject: [Bug target/44031] [4.4/4.5 Regression] ice in subst_reloads, at reload.c:6327
- Auto-submitted: auto-generated
- References: <bug-44031-4@http.gcc.gnu.org/bugzilla/>
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.