You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, I've been running with this fix since it has been made, and the code produced for exception specifications has been working correctly now (unlike before the fix). Tested with -O0, -O3, and with and without -flto. The fix doesn't affect code generation when no exception specifications are present, since it doesn't change the compiler behavior in that case.
Extended Description
Hi,
I'd like to request backporting this commit into 12.0.1. It's a self-contained fix for a bug found in 12.0.0 (see bug 50357).
The text was updated successfully, but these errors were encountered: