public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-7732] amdgcn: Typo fix
@ 2021-03-19 10:52 Andrew Stubbs
  0 siblings, 0 replies; only message in thread
From: Andrew Stubbs @ 2021-03-19 10:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5cded5aff76c15e48f689842b9aba1d1df5e3c54

commit r11-7732-g5cded5aff76c15e48f689842b9aba1d1df5e3c54
Author: Andrew Stubbs <ams@codesourcery.com>
Date:   Fri Mar 19 10:42:37 2021 +0000

    amdgcn: Typo fix
    
    gcc/ChangeLog:
    
            * config/gcn/gcn.c (gcn_parse_amdgpu_hsa_kernel_attribute): Fix quotes
            in error message.

Diff:
---
 gcc/config/gcn/gcn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-19 10:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19 10:52 [gcc r11-7732] amdgcn: Typo fix Andrew Stubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).