]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
missed error format change in previous commit
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 2015 13:52:30 +0000 (13:52 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 2015 13:52:30 +0000 (13:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230257 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gimplify.c

index 74d8765950fd7dfc7e92312f3a85efaad5d4a18f..f5bd637e7753973372f762ef300413eb8748c564 100644 (file)
@@ -5944,9 +5944,9 @@ oacc_default_clause (struct gimplify_omp_ctx *ctx, tree decl, unsigned flags)
         about them.  */
   else if (ctx->default_kind == OMP_CLAUSE_DEFAULT_NONE)
     {
-      error ("%qE not specified in enclosing OpenACC %s construct",
+      error ("%qE not specified in enclosing OpenACC %qs construct",
             DECL_NAME (lang_hooks.decls.omp_report_decl (decl)), rkind);
-      error_at (ctx->location, "enclosing OpenACC %s construct", rkind);
+      error_at (ctx->location, "enclosing OpenACC %qs construct", rkind);
     }
   else
     gcc_checking_assert (ctx->default_kind == OMP_CLAUSE_DEFAULT_SHARED);