-
Notifications
You must be signed in to change notification settings - Fork 12k
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-20 crashed with vector_size attribute in struct. huge 'byval' arguments are unsupported. #115655
Labels
Comments
Godbolt Assert trunk fail, but trunk not fail, 19 also not fail. |
@llvm/issue-subscribers-backend-x86 Author: Anonymous (iamanonymouscs)
clang-20 crashed with ```vector_size``` attribute in struct.
While GCC accepts this code.
Compiler explorer: https://godbolt.org/z/54PGhTfK4
It can be compiled without |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clang-20 crashed with
vector_size
attribute in struct.While GCC accepts this code.
Compiler explorer: https://godbolt.org/z/54PGhTfK4
It can be compiled without
vector_size
attribute.The text was updated successfully, but these errors were encountered: