https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83599
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- Thanks for another report, in this case the code is invalid: gcc pr83599.c -Wreturn-type pr83599.c: In function ‘func’: pr83599.c:7:1: warning: control reaches end of non-void function [-Wreturn-type] } ^