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}); ```
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 15 Jul 2025 14:00:55 -0700
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}); ```