https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98630
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- OK, so the issue is that 'm' goes out of scope before the goto p; and this goto skips the initialization. This means this is an invalid testcase unless somehow C makes this well-defined.