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
Fix inconsistency between exct and nothrow effect (#52853)
Fixes#52846. Different unreachability checks use different definitions
for this and were inconsistenct, causing the assertion.
Since the exct modeling isn't fully plubmed through all corners of the
compiler yet, also change the caller code to force the nothrow effect to
be authoritative for the time being.
0 commit comments