I don't see any more obvious points for improvement, this patch LGTM, but it 
would be great if someone else took a quick look as well.


================
Comment at: test/OpenMP/simd_misc_messages.c:34
@@ +33,3 @@
+    if (i == 5)
+      goto L1; // expected-error {{use of undeclared label 'L1'}}
+    else if (i == 6)
----------------
The diagnostic here is not that great, unfortunately.


http://llvm-reviews.chandlerc.com/D2815
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to