https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106881

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
Interesting, we have

<bb 10> [count: 0]:
resx 3

<bb 11> [count: 0]:
<L10>:
goto <bb 13>; [100.00%]

with an EH edge from 10 to 11.  That looks like a missed optimization,
eliding the RESX and turning the EH edge into a fallthru.

Reply via email to