public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7512] translation: small fixes
@ 2022-03-07 10:04 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-03-07 10:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:93ecb25cc63f92d12821f8e5186bf165a4f54ab3

commit r12-7512-g93ecb25cc63f92d12821f8e5186bf165a4f54ab3
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Mar 7 11:02:15 2022 +0100

    translation: small fixes
    
    PR translation/90148
    
    gcc/fortran/ChangeLog:
    
            * intrinsic.cc (gfc_is_intrinsic): Remove asterisk from error
            message.
    
    gcc/ChangeLog:
    
            * plugin.cc (default_plugin_dir_name): Remove <dir> from error
            message.

Diff:
---
 gcc/fortran/intrinsic.cc | 2 +-
 gcc/plugin.cc            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/fortran/intrinsic.cc b/gcc/fortran/intrinsic.cc
index 2b92185a655..2339d9050ec 100644
--- a/gcc/fortran/intrinsic.cc
+++ b/gcc/fortran/intrinsic.cc
@@ -1184,7 +1184,7 @@ gfc_is_intrinsic (gfc_symbol* sym, int subroutine_flag, locus loc)
 	gfc_warning_now (OPT_Wintrinsics_std, "The intrinsic %qs at %L is not "
 			 "included in the selected standard but %s and %qs will"
 			 " be treated as if declared EXTERNAL.  Use an"
-			 " appropriate %<-std=*%> option or define"
+			 " appropriate %<-std=%> option or define"
 			 " %<-fall-intrinsics%> to allow this intrinsic.",
 			 sym->name, &loc, symstd, sym->name);
 
diff --git a/gcc/plugin.cc b/gcc/plugin.cc
index 10a4fc597ba..cbe4b7eff60 100644
--- a/gcc/plugin.cc
+++ b/gcc/plugin.cc
@@ -1006,6 +1006,6 @@ default_plugin_dir_name (void)
 {
   if (!plugindir_string)
     fatal_error (input_location,
-		 "%<-iplugindir <dir>%> option not passed from the gcc driver");
+		 "%<-iplugindir%> option not passed from the gcc driver");
   return plugindir_string;
 }


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 10:04 [gcc r12-7512] translation: small fixes 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).