https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121083

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced:
```
struct Xint
{
  int x;
};
auto x = new Xint[3]({[0]=20});
```

Reply via email to