public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7510] rx: Fix translation string.
@ 2022-03-07  9:34 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-03-07  9:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:024bdd2262c60f35cde8c860040d6d0cbb5c7b6e

commit r12-7510-g024bdd2262c60f35cde8c860040d6d0cbb5c7b6e
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Mar 7 10:33:57 2022 +0100

    rx: Fix translation string.
    
            PR target/99297
    
    gcc/ChangeLog:
    
            * config/rx/rx.cc (rx_expand_builtin_mvtc): Fix translation
            string.

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

diff --git a/gcc/config/rx/rx.cc b/gcc/config/rx/rx.cc
index 7c3975e63dd..412a3a354b0 100644
--- a/gcc/config/rx/rx.cc
+++ b/gcc/config/rx/rx.cc
@@ -2477,7 +2477,7 @@ rx_expand_builtin_mvtc (tree exp)
 
   if (INTVAL (arg1) == 1)
     {
-      warning (0, "invalid control register for mvtc: %d - using 'psw'",
+      warning (0, "invalid control register %d for mvtc; using %<psw%>",
 	       (int) INTVAL (arg1));
       arg1 = const0_rtx;
     }


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

only message in thread, other threads:[~2022-03-07  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07  9:34 [gcc r12-7510] rx: Fix translation string 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).