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
Just calling isnan() from two different files is enough to crash. This doesn't happen if the code is combined in one file. I suspect a bug in llvm-link.
The text was updated successfully, but these errors were encountered:
Here's a truly strange bug: compiling this application crashes, even with optimizations disabled (
make build_orig
). https://github.com/uwsampa/accept-apps/tree/master/testJust calling
isnan()
from two different files is enough to crash. This doesn't happen if the code is combined in one file. I suspect a bug inllvm-link
.The text was updated successfully, but these errors were encountered: