[Bug translation/90148] Closing quote in wrong position in plugin.c

2022-03-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #13 from CVS Commits  ---
The master branch has been updated by Martin Liska :

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

commit r12-7512-g93ecb25cc63f92d12821f8e5186bf165a4f54ab3
Author: Martin Liska 
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  from error
message.

[Bug translation/90148] Closing quote in wrong position in plugin.c

2022-03-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #12 from Jakub Jelinek  ---
(In reply to Roland Illig from comment #5)
> From fortran/intrinsic.c:
> 
>   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"
>" %<-fall-intrinsics%> to allow this intrinsic.",
>sym->name, , symstd, sym->name);
> 
> After the "-std=".

There is nothing wrong on that. -std= is the literal option name, * is there
just
a wildcard (anything after it).  We don't want users to type -std=* literally.

[Bug translation/90148] Closing quote in wrong position in plugin.c

2022-03-07 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

Martin Liška  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #11 from Martin Liška  ---
Should be fixed now.

[Bug translation/90148] Closing quote in wrong position in plugin.c

2022-03-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #10 from CVS Commits  ---
The master branch has been updated by Martin Liska :

https://gcc.gnu.org/g:d73ae7a72a9bcac6a8b031cd902630eaeddf577e

commit r12-7511-gd73ae7a72a9bcac6a8b031cd902630eaeddf577e
Author: Martin Liska 
Date:   Mon Mar 7 10:41:11 2022 +0100

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.

[Bug translation/90148] Closing quote in wrong position in plugin.c

2022-03-07 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #9 from Martin Liška  ---
(In reply to Roland Illig from comment #2)
> From m68k.c:
> 
> error ("%<-mpcrel%> %<-fPIC%> is not currently supported on selected
> cpu");

What's bad about this, these are 2 options where we want to quote each of them.

[Bug translation/90148] Closing quote in wrong position in plugin.c

2022-03-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

Eric Gallager  changed:

   What|Removed |Added

 CC||marxin at gcc dot gnu.org

--- Comment #8 from Eric Gallager  ---
These are mostly from Martin Liška's a3f9f006; it looks like
contrib/check-internal-format-escaping.py could use some fixes...

[Bug translation/90148] Closing quote in wrong position in plugin.c

2022-03-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #7 from Roland Illig  ---
Still reproducible in GCC 12. Any chance of these trivial things getting fixed
in the next year?

[Bug translation/90148] Closing quote in wrong position in plugin.c

2021-10-27 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

Eric Gallager  changed:

   What|Removed |Added

 CC||egallager at gcc dot gnu.org
   Severity|normal  |trivial
 Blocks||40883
   Keywords||easyhack


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883
[Bug 40883] [meta-bug] Translation breakage with trivial fixes

[Bug translation/90148] Closing quote in wrong position in plugin.c

2020-02-14 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #6 from Roland Illig  ---
ping? It's one year later, I'm translating GCC 10 right now, and the issues are
still there. :(

[Bug translation/90148] Closing quote in wrong position in plugin.c

2019-04-19 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #5 from Roland Illig  ---
From fortran/intrinsic.c:

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"
 " %<-fall-intrinsics%> to allow this intrinsic.",
 sym->name, , symstd, sym->name);

After the "-std=".

[Bug translation/90148] Closing quote in wrong position in plugin.c

2019-04-19 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #4 from Roland Illig  ---
From rx.c:

error ("use %<__builtin_rx_mvtc%> (0, ... ) to write arbitrary values to
PSW");

The closing quote should be after the closing parenthesis.

[Bug translation/90148] Closing quote in wrong position in plugin.c

2019-04-19 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #3 from Roland Illig  ---
From rs6000/linux64.h:

error ("%<-mcmodel incompatible with other toc options%>"); \

The closing quote should be directly behind the "-mcmodel".

[Bug translation/90148] Closing quote in wrong position in plugin.c

2019-04-18 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #2 from Roland Illig  ---
From m68k.c:

error ("%<-mpcrel%> %<-fPIC%> is not currently supported on selected cpu");

[Bug translation/90148] Closing quote in wrong position in plugin.c

2019-04-18 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #1 from Roland Illig  ---
From arm-builtins.c:

  fatal_error (input_location,
   "You must enable NEON instructions"
   " (e.g. %<-mfloat-abi=softfp%> %<-mfpu=neon%>)"
   " to use these intrinsics.");