public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6569] ARM: fix -Wformat= error
@ 2022-01-14  8:18 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-01-14  8:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:89b4e316a02be9fda3b793a7be871f7c7913cd58

commit r12-6569-g89b4e316a02be9fda3b793a7be871f7c7913cd58
Author: Martin Liska <mliska@suse.cz>
Date:   Fri Jan 14 09:16:39 2022 +0100

    ARM: fix -Wformat= error
    
    gcc/ChangeLog:
    
            * common/config/arm/arm-common.c (arm_target_mode): Fix
            warning: unterminated quoting directive [-Wformat=].

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

diff --git a/gcc/common/config/arm/arm-common.c b/gcc/common/config/arm/arm-common.c
index 6a898d8554b..2ca640b5b95 100644
--- a/gcc/common/config/arm/arm-common.c
+++ b/gcc/common/config/arm/arm-common.c
@@ -296,7 +296,7 @@ arm_target_mode (int argc, const char **argv)
 	cpu = argv[1];
       else
 	fatal_error (input_location, "unrecognized option passed to %%:"
-		     "%<target_mode_check%%>>");
+		     "%<target_mode_check%>");
       argc -= 2;
       argv += 2;
     }


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

only message in thread, other threads:[~2022-01-14  8:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14  8:18 [gcc r12-6569] ARM: fix -Wformat= error Martin Liska

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).