-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
deferred extra vtables during vtable emission?
assertion fires
#131641
Comments
@llvm/issue-subscribers-c-20 Author: Vlad Serebrennikov (Endilll)
While reducing #124673, the following crash has surfaced (https://godbolt.org/z/cEzoeGz5e):
```cpp
struct PrimitiveImplCodec {
virtual void Write();
};
constexpr PrimitiveImplCodec DefaultedOf{}; template <auto> typename Field<DefaultedOf>::FieldType RecordOf(); template <auto> void GetPartCodec() {
clang++: /root/llvm-project/clang/lib/CodeGen/CGVTables.cpp:1280: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
|
@llvm/issue-subscribers-debuginfo Author: Vlad Serebrennikov (Endilll)
While reducing #124673, the following crash has surfaced (https://godbolt.org/z/cEzoeGz5e):
```cpp
struct PrimitiveImplCodec {
virtual void Write();
};
constexpr PrimitiveImplCodec DefaultedOf{}; template <auto> typename Field<DefaultedOf>::FieldType RecordOf(); template <auto> void GetPartCodec() {
clang++: /root/llvm-project/clang/lib/CodeGen/CGVTables.cpp:1280: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
|
@llvm/issue-subscribers-clang-codegen Author: Vlad Serebrennikov (Endilll)
While reducing #124673, the following crash has surfaced (https://godbolt.org/z/cEzoeGz5e):
```cpp
struct PrimitiveImplCodec {
virtual void Write();
};
constexpr PrimitiveImplCodec DefaultedOf{}; template <auto> typename Field<DefaultedOf>::FieldType RecordOf(); template <auto> void GetPartCodec() {
clang++: /root/llvm-project/clang/lib/CodeGen/CGVTables.cpp:1280: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
|
While reducing #124673, the following crash has surfaced (https://godbolt.org/z/cEzoeGz5e):
The text was updated successfully, but these errors were encountered: