From: Andrew Stubbs Date: Fri, 19 Mar 2021 10:42:37 +0000 (+0000) Subject: amdgcn: Typo fix X-Git-Tag: basepoints/gcc-12~525 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cded5aff76c15e48f689842b9aba1d1df5e3c54;p=thirdparty%2Fgcc.git amdgcn: Typo fix gcc/ChangeLog: * config/gcn/gcn.c (gcn_parse_amdgpu_hsa_kernel_attribute): Fix quotes in error message. --- diff --git a/gcc/config/gcn/gcn.c b/gcc/config/gcn/gcn.c index 22da37e25329..9660ca6eaa41 100644 --- a/gcc/config/gcn/gcn.c +++ b/gcc/config/gcn/gcn.c @@ -241,7 +241,7 @@ gcn_parse_amdgpu_hsa_kernel_attribute (struct gcn_kernel_args *args, } if (a == GCN_KERNEL_ARG_TYPES) { - error ("unknown specifier %qs in %", + error ("unknown specifier %qs in % attribute", str); err = true; break;