public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/99297] New: wrong diagnostic style in rx.c
@ 2021-02-27  8:50 roland.illig at gmx dot de
  2021-02-27 13:02 ` [Bug target/99297] " redi at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: roland.illig at gmx dot de @ 2021-02-27  8:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99297
           Summary: wrong diagnostic style in rx.c
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

rx.c says:
> "invalid control register for mvtc : %d - using 'psw'"

This should rather be:
> "invalid control register %d for mvtc; using %<psw%>"

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

* [Bug target/99297] wrong diagnostic style in rx.c
  2021-02-27  8:50 [Bug c/99297] New: wrong diagnostic style in rx.c roland.illig at gmx dot de
@ 2021-02-27 13:02 ` redi at gcc dot gnu.org
  2022-03-04 22:51 ` roland.illig at gmx dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2021-02-27 13:02 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-02-27
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

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

* [Bug target/99297] wrong diagnostic style in rx.c
  2021-02-27  8:50 [Bug c/99297] New: wrong diagnostic style in rx.c roland.illig at gmx dot de
  2021-02-27 13:02 ` [Bug target/99297] " redi at gcc dot gnu.org
@ 2022-03-04 22:51 ` roland.illig at gmx dot de
  2022-03-06 17:39 ` egallager at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: roland.illig at gmx dot de @ 2022-03-04 22:51 UTC (permalink / raw)
  To: gcc-bugs

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

Roland Illig <roland.illig at gmx dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|11.0                        |12.0

--- Comment #1 from Roland Illig <roland.illig at gmx dot de> ---
Still reproducible in GCC 12. Is it difficult to fix this?

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

* [Bug target/99297] wrong diagnostic style in rx.c
  2021-02-27  8:50 [Bug c/99297] New: wrong diagnostic style in rx.c roland.illig at gmx dot de
  2021-02-27 13:02 ` [Bug target/99297] " redi at gcc dot gnu.org
  2022-03-04 22:51 ` roland.illig at gmx dot de
@ 2022-03-06 17:39 ` egallager at gcc dot gnu.org
  2022-03-07  9:35 ` cvs-commit at gcc dot gnu.org
  2022-03-07  9:35 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: egallager at gcc dot gnu.org @ 2022-03-06 17:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |easyhack
           Severity|normal                      |trivial

--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
git blame says the last person to touch this string was Martin Liška in
58385f6a (same commit as from the last bug I was checking; a -Wformat-diag
fix), and no, it shouldn't be difficult to fix, at least not beyond the usual
steps for testing and submitting patches...

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

* [Bug target/99297] wrong diagnostic style in rx.c
  2021-02-27  8:50 [Bug c/99297] New: wrong diagnostic style in rx.c roland.illig at gmx dot de
                   ` (2 preceding siblings ...)
  2022-03-06 17:39 ` egallager at gcc dot gnu.org
@ 2022-03-07  9:35 ` cvs-commit at gcc dot gnu.org
  2022-03-07  9:35 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-07  9:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 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: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.

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

* [Bug target/99297] wrong diagnostic style in rx.c
  2021-02-27  8:50 [Bug c/99297] New: wrong diagnostic style in rx.c roland.illig at gmx dot de
                   ` (3 preceding siblings ...)
  2022-03-07  9:35 ` cvs-commit at gcc dot gnu.org
@ 2022-03-07  9:35 ` marxin at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-03-07  9:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-27  8:50 [Bug c/99297] New: wrong diagnostic style in rx.c roland.illig at gmx dot de
2021-02-27 13:02 ` [Bug target/99297] " redi at gcc dot gnu.org
2022-03-04 22:51 ` roland.illig at gmx dot de
2022-03-06 17:39 ` egallager at gcc dot gnu.org
2022-03-07  9:35 ` cvs-commit at gcc dot gnu.org
2022-03-07  9:35 ` marxin 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).