-def err_pragma_loop_invalid_value : Error<
-  "invalid argument; expected a positive integer value">;
+def err_pragma_loop_invalid_argument : Error<
+  "invalid argument %0; expected a positive 32-bit integer value">;

Why is this diagnostic now in Sema and Parser (in the patch attached
to your latest email)?


I’m not sure whats going on with the patch on the email. It was shorter than the actual file. I’ll try sending it again.

The err_pragma_loop_invalid_argument is used by CheckLoopHintExpr in Sema.

Tyler

Attachment: loop_hint_constant_expression-svn.patch
Description: Binary data


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

Reply via email to