http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46242
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |jamborm at gcc dot gnu.org
|gnu.org |
--- Comment #2 from Martin Jambor <jamborm at gcc dot gnu.org> 2010-11-11
17:32:26 UTC ---
Even though this particular testcase does not ICE since revision
165972, the bug is still there and it is a very stupid one: A wrong
re-use of parameter cst in ipcp_discover_new_direct_edges.
I'll prepare a patch, that is easy. Let me see if it also easy to
create a testcase that still fails.