On 11/12/15 03:53, Jakub Jelinek wrote:

+      error ("%qE not specified in enclosing OpenACC %s construct",
+            DECL_NAME (lang_hooks.decls.omp_report_decl (decl)), rkind);
+      error_at (ctx->location, "enclosing OpenACC %s construct", rkind);

I'd use %qs instead of %s.

thanks,

nathan

Reply via email to