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
…conditions (llvm#116627)
This patch bails out non-dedicated exits to avoid adding exiting
conditions to invalid context.
Closesllvm#116553.
(cherry picked from commit 52361d0)
When I compiled this code with O3, it triggered SIGKILL. With O0/1/2, it returned 0.
Bisected to 5b92713, which was committed by @fhahn
Compiler Explorer: https://godbolt.org/z/q9j75feYG
Code:
The text was updated successfully, but these errors were encountered: