diff options
Diffstat (limited to 'gcc/omp-offload.c')
-rw-r--r-- | gcc/omp-offload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omp-offload.c b/gcc/omp-offload.c index 7c65b2b..97ae47b 100644 --- a/gcc/omp-offload.c +++ b/gcc/omp-offload.c @@ -639,7 +639,7 @@ oacc_parse_default_dims (const char *dims) { malformed: error_at (UNKNOWN_LOCATION, - "%<-fopenacc-dim%> operand is malformed at '%s'", pos); + "%<-fopenacc-dim%> operand is malformed at %qs", pos); } } |