https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121851
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2025-09-08
Ever confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>Generator<int> const d(int n) {
Removing the const causes GCC NOT to ICE any more.
