[Bug c++/108245] parser segv

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 28 18:19:40 GMT 2022


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
typedef int mytype;
void h() {
    [=](mytype auto... I) { };
}


More information about the Gcc-bugs mailing list