https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117785
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61493|0 |1 is obsolete| | Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org Status|NEW |ASSIGNED --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 61521 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61521&action=edit gcc16-pr117785-wip.patch Updated patch. This can handle both throw expr; and throw; now and fixes various bugs. Next step will be to make jump_target argument no longer defaulted and handle throws everywhere, then MUST_NOT_THROW_EXPR and then deal with the library side helpers.