This follow-up fixes a typo in the placement of the close quote.

Thanks to Tobias for pointing it out.

Andrew

On 18/03/2021 17:41, Andrew Stubbs wrote:

This patch has no functional changes; it merely cleans up some warning messages.

Thanks to Jan-Benedict for pointing them out, off-list.

Andrew

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 22da37e2532..9660ca6eaa4 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 %<amdgpu_hsa_kernel attribute%>",
+	  error ("unknown specifier %qs in %<amdgpu_hsa_kernel%> attribute",
 		 str);
 	  err = true;
 	  break;

Reply via email to