https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119687
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Target Milestone|--- |15.0 Status|UNCONFIRMED |NEW Keywords| |c++23, ice-on-valid-code, | |needs-bisection Summary|ICE when building |[15 Regression] ICE when |kwin-6.3.4 against qt-6.9 |building kwin-6.3.4 against |(in operator*, at |qt-6.9 (in operator*, at |cp/cp-tree.h:876) |cp/cp-tree.h:876) |(deduction guides related) |(deduction guides related) Last reconfirmed| |2025-04-09 --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The ICE happens with my reduced testcase only with -std=c++23. it seems to be valid C++17 code too.