Skip to content

[clang] template template class with std::vector as a default parameter fails to compile with __is_pointer requires template arguments #95733

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

Closed
bobby3605 opened this issue Jun 17, 2024 · 4 comments
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema" duplicate Resolved as duplicate needs-reduction Large reproducer that should be reduced into a simpler form

Comments

@bobby3605
Copy link

While investigating a separate issue with clang, I came across this issue.
The following code compiles on gcc, but not clang.
https://godbolt.org/z/3boKbWqc8

@github-actions github-actions bot added the clang Clang issues not falling into any other category label Jun 17, 2024
@EugeneZelenko EugeneZelenko added clang:frontend Language frontend issues, e.g. anything involving "Sema" and removed clang Clang issues not falling into any other category labels Jun 17, 2024
@llvmbot
Copy link
Member

llvmbot commented Jun 17, 2024

@llvm/issue-subscribers-clang-frontend

Author: bobby3605 (bobby3605)

While investigating a separate [issue](https://github.com//issues/95732) with clang, I came across this issue. The following code compiles on gcc, but not clang. https://godbolt.org/z/3boKbWqc8

@cor3ntin
Copy link
Contributor

@mizvekov

@cor3ntin cor3ntin added the needs-reduction Large reproducer that should be reduced into a simpler form label Jun 17, 2024
@philnik777
Copy link
Contributor

This is most likely #95598.

@jwakely
Copy link
Contributor

jwakely commented Jun 18, 2024

This is most likely #95598.

Yes, definitely.

@EugeneZelenko EugeneZelenko added the duplicate Resolved as duplicate label Jun 18, 2024
@EugeneZelenko EugeneZelenko closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema" duplicate Resolved as duplicate needs-reduction Large reproducer that should be reduced into a simpler form
Projects
None yet
Development

No branches or pull requests

6 participants