[Bug objc/103639] [11/12 Regression] switch case with break in fast enumeration loop generates wrong code

iains at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 29 20:29:01 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103639

--- Comment #14 from Iain Sandoe <iains at gcc dot gnu.org> ---
I suppose

+    check += 1;
+    printf ("foo\n");
+  }
+
+  if (check != 2)


would be a more picky test.


More information about the Gcc-bugs mailing list