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 bootstrap/50826] bootstrap on 64 bit pa broken by r180194, ICE in mem_loc_descriptor


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50826

--- Comment #4 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2011-10-25 04:05:05 UTC ---
Created attachment 25605
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25605
Patch that restores earlier behavior, hiding the problem

This patch restores the cselib/vta expansion of locations in location lists for
multi-part variables.  We shouldn't have to do this, but it is an alternative
for a temporary work-around in case the other patch I'm about to post isn't
enough to completely fix the problem.


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