http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55755
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2012-12-20
AssignedTo|unassigned at gcc dot |jamborm at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #1 from Martin Jambor <jamborm at gcc dot gnu.org> 2012-12-20
14:28:07 UTC ---
Obviously mine. The fix for release branches is probably going to be
add !access->grp_unscalarizable_region test to most to a few
access_has_children_p tests. The proper fix is to re-work
access_has_children_p to a predicate returning true if there are any
replacements in any of its children. But let me audit the
access_has_children_p tests first.