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
https://godbolt.org/z/hGWTGssKo
The code works on my machine but uncommenting the line makes it segfault again.
//thread_local static Empty e{}; // Uncomment this if the code works
My environment: Ubuntu 24.04 clang 18.1.3
Build option: -std=c++20 -mavx
The text was updated successfully, but these errors were encountered:
@llvm/issue-subscribers-coroutines
Author: None (NewSigma)
Sorry, something went wrong.
Maybe a stack alignment issue?
No branches or pull requests
https://godbolt.org/z/hGWTGssKo
The code works on my machine but uncommenting the line makes it segfault again.
//thread_local static Empty e{}; // Uncomment this if the code works
My environment:
Ubuntu 24.04
clang 18.1.3
Build option:
-std=c++20 -mavx
The text was updated successfully, but these errors were encountered: