Skip to content
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

integral/enum ext_vector_type inconsistency between C and C++ #62869

Open
porglezomp opened this issue May 22, 2023 · 2 comments
Open

integral/enum ext_vector_type inconsistency between C and C++ #62869

porglezomp opened this issue May 22, 2023 · 2 comments
Assignees
Labels
c++ clang:frontend Language frontend issues, e.g. anything involving "Sema"

Comments

@porglezomp
Copy link
Contributor

ext_vector_type has inconsistent behavior between C and C++ when doing operations between one vector and one scalar operand. C++ doesn't handle enumeration types and promote them like C does.

@porglezomp porglezomp added c++ clang:frontend Language frontend issues, e.g. anything involving "Sema" labels May 22, 2023
@porglezomp porglezomp self-assigned this May 22, 2023
@llvmbot
Copy link
Collaborator

llvmbot commented May 22, 2023

@llvm/issue-subscribers-clang-frontend

@llvmbot
Copy link
Collaborator

llvmbot commented May 22, 2023

@llvm/issue-subscribers-c-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ clang:frontend Language frontend issues, e.g. anything involving "Sema"
Projects
None yet
Development

No branches or pull requests

2 participants