https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89528
Alexandre Oliva <aoliva at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |aoliva at gcc dot
gnu.org
--- Comment #3 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
DCE drops the dead call to j() after inserting debug temps that reference the
return value of the call, but it fails to adjust/reset the debug temp. Looking
into how to fix it...