-
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++ crashes when using pointer-to-member pointers from separate named modules #116190
Labels
clang:modules
C++20 modules and Clang Header Modules
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Comments
github-actions
bot
added
the
clang
Clang issues not falling into any other category
label
Nov 14, 2024
EugeneZelenko
added
clang:modules
C++20 modules and Clang Header Modules
crash
Prefer [crash-on-valid] or [crash-on-invalid]
and removed
clang
Clang issues not falling into any other category
labels
Nov 14, 2024
@llvm/issue-subscribers-clang-modules Author: Joni Helén (JoniHelen)
clang++ crashes while building CMake project with c++ modules using pointer-to-member pointers with the following stack trace:
source_and_run_script.zip The issue only occurs when the classes are originally from different modules. If they are defined in the same module, the program builds fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:modules
C++20 modules and Clang Header Modules
crash
Prefer [crash-on-valid] or [crash-on-invalid]
clang++ crashes while building CMake project with c++ modules using pointer-to-member pointers with the following stack trace:
source_and_run_script.zip
repro_files.zip
The issue only occurs when the classes are originally from different modules. If they are defined in the same module, the program builds fine.
The text was updated successfully, but these errors were encountered: