https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123543
Martin Jambor <jamborm at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jamborm at gcc dot
gnu.org
--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Mine.
The test in propagate_bits_across_jump_function for the recipient_only bit is
wrong, it needs to be negated (and a logical and). Sorry for the breakage and
thanks for a nice testcase.