aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-03-07 10:41:11 +0100
committerMartin Liska <mliska@suse.cz>2022-03-07 10:41:11 +0100
commitd73ae7a72a9bcac6a8b031cd902630eaeddf577e (patch)
tree58d10699a5ab75f0b7d7324e8f02576c9884debd /gcc/config
parent024bdd2262c60f35cde8c860040d6d0cbb5c7b6e (diff)
downloadgcc-d73ae7a72a9bcac6a8b031cd902630eaeddf577e.zip
gcc-d73ae7a72a9bcac6a8b031cd902630eaeddf577e.tar.gz
gcc-d73ae7a72a9bcac6a8b031cd902630eaeddf577e.tar.bz2
Fix translation strings.
PR translation/90148 gcc/ChangeLog: * config/rs6000/rs6000.cc (rs6000_linux64_override_options): Put quote to a proper place. * plugin.cc (default_plugin_dir_name): Likewise. gcc/fortran/ChangeLog: * intrinsic.cc (gfc_is_intrinsic): Put quote to a proper place.
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/rs6000/rs6000.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc
index 7afbc29..3afe78f 100644
--- a/gcc/config/rs6000/rs6000.cc
+++ b/gcc/config/rs6000/rs6000.cc
@@ -3512,7 +3512,7 @@ rs6000_linux64_override_options ()
{
if (OPTION_SET_P (rs6000_current_cmodel)
&& rs6000_current_cmodel != CMODEL_SMALL)
- error ("%<-mcmodel incompatible with other toc options%>");
+ error ("%<-mcmodel%> incompatible with other toc options");
if (TARGET_MINIMAL_TOC)
SET_CMODEL (CMODEL_SMALL);
else if (TARGET_PCREL