Issue 140368
Summary [clang] Assertion `MD->getParent()->mayInsertExtraPadding() && "unknown trivial member function"' failed.
Labels clang
Assignees
Reporter k-arrows
    Reproducer:
https://godbolt.org/z/oz73xdxsf
```cpp
union A {
  bool operator==(const A &) const = default;
};

int main() { A() == A(); }
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to