http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #13 from Martin Jambor <jamborm at gcc dot gnu.org> 2012-11-08
14:43:41 UTC ---
So, this now works as expected, the testcase is even in the testsuite.
The creation of aggregate jump function is still quite rudimentary so
it is possible that in more complex scenarios, the propagation might
not take place (testcases welcome) and even in the propagation phase
there are still a few things wanting. Nevertheless, those potential
shortcomings should be subjects to separate requests/PRs/whatever.
Thanks for reporting and for the testcase.