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 debug/50869] [4.7 Regression] ice in vt_expand_var_loc_chain


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

--- Comment #3 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2011-10-27 20:46:12 UTC ---
Created attachment 25638
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25638
Patch that fixes the bug, testing

Here's a patch that fixes the bug.  We don't want cselib to expand argp, and
when it tries to we get all confused with a zero-depth expansion (the REG
itself) but with VALUEs associated with it, that cselib pointlessly tried to
expand, pushed onto the dependency stack.


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