-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[clang] Compiler crash with "echo 'a; b() { __atomic_test_and_set(a, b); }' | ./clang -cc1 -emit-llvm -o -" #123249
Comments
@llvm/issue-subscribers-clang-codegen Author: Thurston Dang (thurstond)
Using clang built from today's source:
```
commit a98df67 (HEAD -> main, upstream/main, upstream/HEAD)
Date: Thu Jan 16 14:00:42 2025 -0800
```
and running this command:
crashes the compiler:
It crashes without dumping preprocessed source or a run script (though the reproducer above is already creduce'd). Partial bisectionThe same crash occurs with:
clang built from source a month ago does not crash:
|
Update: this is probably the same as #111293 ("[Clang] Assertion failed on __atomic_test_and_set") I bisected the failure to: "commit 93743ee (HEAD)
#120449 mentions that it "also fixes a few crash bugs, one when passing an integer to the pointer argument, and one when using an array". Their updated patch #121943 will probably fix this bug report. |
Using clang built from today's source:
and running this command:
crashes the compiler:
It crashes without dumping preprocessed source or a run script (though the reproducer above is already creduce'd).
Partial bisection
The same crash occurs with:
(and likely some earlier versions before this date but after Dec 19)
clang built from source a month ago does not crash:
The text was updated successfully, but these errors were encountered: