https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113818
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-02-07 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. I tried to get a similar IR with cleanup attribute instead of -finstrument-functions-once but I could not due to cleanup's try/finally being wrapped via the one for clobbers rather than on the outside.