https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120239
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Keywords| |diagnostic Last reconfirmed| |2025-05-12 --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- It's saying to add a ';' and that will indeed make the code valid (albeit useless). It would change it from 0 to 0; and that's a valid statement.