[Bug objc/77481] @finally not executed if exception not caught or rethrown

2019-07-26 Thread egallager at gcc dot gnu.org
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

2017-07-27 Thread egallager at gcc dot gnu.org
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

2016-09-05 Thread vries at gcc dot gnu.org
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.