https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109241
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced almost all the way: ``` void g() { [](auto) { []<int>() { ({ struct __attribute__FMT_COMPILE_STRING {}; }); }; }(1); } ```
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 21 Mar 2023 14:01:50 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109241
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Reduced almost all the way: ``` void g() { [](auto) { []<int>() { ({ struct __attribute__FMT_COMPILE_STRING {}; }); }; }(1); } ```