https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119255
Bug ID: 119255 Summary: [15 Regression] Seg fault after errors Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: error-recovery, ice-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Created attachment 60726 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60726&action=edit testcase This is an (badly) auto reduced from PR 119252 but I am not 100% sure it is the same issue and it seems like a regression. That is GCC 14 does not ICE but GCC 15 does. Compile with -std=c++20.