alexfh wrote:

The test case was reduced to this:
```
template <typename = void> struct a {
  union b {};
  struct c {
    c() { delete d; }
    b *d;
  } f;
};
a e;
```
https://gcc.godbolt.org/z/d5cP4McG3

https://github.com/llvm/llvm-project/pull/118455
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to