public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug translation/90148] Closing quote in wrong position in plugin.c
       [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
@ 2021-10-28  2:25 ` egallager at gcc dot gnu.org
  2022-03-04 22:53 ` roland.illig at gmx dot de
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-28  2:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

Eric Gallager <egallager at gcc dot gnu.org> 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug translation/90148] Closing quote in wrong position in plugin.c
       [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
  2021-10-28  2:25 ` [Bug translation/90148] Closing quote in wrong position in plugin.c egallager at gcc dot gnu.org
@ 2022-03-04 22:53 ` roland.illig at gmx dot de
  2022-03-06 17:52 ` egallager at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: roland.illig at gmx dot de @ 2022-03-04 22:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #7 from Roland Illig <roland.illig at gmx dot de> ---
Still reproducible in GCC 12. Any chance of these trivial things getting fixed
in the next year?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug translation/90148] Closing quote in wrong position in plugin.c
       [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
  2021-10-28  2:25 ` [Bug translation/90148] Closing quote in wrong position in plugin.c egallager at gcc dot gnu.org
  2022-03-04 22:53 ` roland.illig at gmx dot de
@ 2022-03-06 17:52 ` egallager at gcc dot gnu.org
  2022-03-07  9:39 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: egallager at gcc dot gnu.org @ 2022-03-06 17:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug translation/90148] Closing quote in wrong position in plugin.c
       [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-03-06 17:52 ` egallager at gcc dot gnu.org
@ 2022-03-07  9:39 ` marxin at gcc dot gnu.org
  2022-03-07  9:42 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-03-07  9:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #9 from Martin Liška <marxin at gcc dot gnu.org> ---
(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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug translation/90148] Closing quote in wrong position in plugin.c
       [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-03-07  9:39 ` marxin at gcc dot gnu.org
@ 2022-03-07  9:42 ` cvs-commit at gcc dot gnu.org
  2022-03-07  9:42 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-07  9:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

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

commit r12-7511-gd73ae7a72a9bcac6a8b031cd902630eaeddf577e
Author: Martin Liska <mliska@suse.cz>
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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug translation/90148] Closing quote in wrong position in plugin.c
       [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-03-07  9:42 ` cvs-commit at gcc dot gnu.org
@ 2022-03-07  9:42 ` marxin at gcc dot gnu.org
  2022-03-07  9:57 ` jakub at gcc dot gnu.org
  2022-03-07 10:04 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-03-07  9:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #11 from Martin Liška <marxin at gcc dot gnu.org> ---
Should be fixed now.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug translation/90148] Closing quote in wrong position in plugin.c
       [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-03-07  9:42 ` marxin at gcc dot gnu.org
@ 2022-03-07  9:57 ` jakub at gcc dot gnu.org
  2022-03-07 10:04 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-03-07  9:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(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, &loc, 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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug translation/90148] Closing quote in wrong position in plugin.c
       [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2022-03-07  9:57 ` jakub at gcc dot gnu.org
@ 2022-03-07 10:04 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-07 10:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90148

--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-07 10:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90148-4@http.gcc.gnu.org/bugzilla/>
2021-10-28  2:25 ` [Bug translation/90148] Closing quote in wrong position in plugin.c egallager at gcc dot gnu.org
2022-03-04 22:53 ` roland.illig at gmx dot de
2022-03-06 17:52 ` egallager at gcc dot gnu.org
2022-03-07  9:39 ` marxin at gcc dot gnu.org
2022-03-07  9:42 ` cvs-commit at gcc dot gnu.org
2022-03-07  9:42 ` marxin at gcc dot gnu.org
2022-03-07  9:57 ` jakub at gcc dot gnu.org
2022-03-07 10:04 ` cvs-commit at gcc dot gnu.org

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