[Bug objc/77481] @finally not executed if exception not caught or rethrown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77481 Eric Gallager changed: What|Removed |Added CC||mikestump at comcast dot net --- Comment
[Bug objc/77481] @finally not executed if exception not caught or rethrown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77481 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|
[Bug objc/77481] @finally not executed if exception not caught or rethrown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77481 --- Comment #1 from Tom de Vries --- note btw, if I wrap the try/catch/finallys in a catchall, the finallys are executed.