https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116113
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |error-recovery Target Milestone|--- |15.0 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=115745 Last reconfirmed| |2024-07-27 Summary|ICE: Segmentation fault |[15 Regression] ICE: |(maybe_convert_cond) |Segmentation fault | |(maybe_convert_cond) Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Short testcase: ``` void scan() { auto [inserted] = ; if (inserted) {} } ``` Looks like the code that was added in r15-1793-gf30bdb1f2d79fd (PR 115745) is causing the ICE.