https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111400
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-09-13 Ever confirmed|0 |1 CC| |jsm28 at gcc dot gnu.org Status|UNCONFIRMED |NEW Version|unknown |14.0 Severity|normal |enhancement --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Confirmed. Note C17 disallows a return wotihout an expression for a funcion that returns a value, not sure if that means falling off the function without a return (value) is still OK, it at least feels inconsistent.