https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109966
Bug ID: 109966 Summary: [13.1 Regression] ICE in implify_var_or_parm_decl, à gimplify.cc:3058 Product: gcc Version: 13.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: averne381 at gmail dot com Target Milestone: --- Created attachment 55156 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55156&action=edit Preprocessed reproduction The attached code results in an ICE. It compiled and worked as expected in gcc12. I've tried to reduce as much as I could, but I'm still not sure what causes the issue, sorry for being vague. Godbolt: https://godbolt.org/z/7ndKThnx6 System: gcc version 13.1.1, on arch linux x86_64 Thanks in advance.