This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/44031] [4.4/4.5 Regression] ice in subst_reloads, at reload.c:6327


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]