We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I hit this problem in https://elixir.bootlin.com/linux/v6.1.83/source/kernel/rcu/tasks.h#L1621
A reduced user-space program is:
#define FOO(x, ...) "", ##__VA_ARGS__ #define ZERO 0 int main() { FOO(, 1 && ZERO); }
Compiler explorer link.
Note that despite the same message, this issue should be different than #87000 and with #89869 locally applied I'm still seeing the same problem.
cc @evodius96 @chapuni
The text was updated successfully, but these errors were encountered:
Would it crash clang if #89572 is applied?
Sorry, something went wrong.
I will try it very soon. And in general I love this proposal in #89572! Thanks
No branches or pull requests
I hit this problem in https://elixir.bootlin.com/linux/v6.1.83/source/kernel/rcu/tasks.h#L1621
A reduced user-space program is:
Compiler explorer link.
Note that despite the same message, this issue should be different than #87000 and with #89869 locally applied I'm still seeing the same problem.
cc @evodius96 @chapuni
The text was updated successfully, but these errors were encountered: