public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/107121] New: DEFERRED_INIT misspelled in error message
@ 2022-10-02  9:06 goeran at uddeborg dot se
  2022-10-02 14:43 ` [Bug tree-optimization/107121] " cvs-commit at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: goeran at uddeborg dot se @ 2022-10-02  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107121
           Summary: DEFERRED_INIT misspelled in error message
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: goeran at uddeborg dot se
  Target Milestone: ---

At the line 
https://gcc.gnu.org/git?p=gcc.git;a=blob;f=gcc/tree-cfg.cc;h=ade66c54499ff481bb9d58fd5f3c616646514d65;hb=HEAD#l3513
(at the time of writing this message), there is an error mentioning a call of
DEFFERED_INIT. Most likely, that should be DEFERRED_INIT.

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

* [Bug tree-optimization/107121] DEFERRED_INIT misspelled in error message
  2022-10-02  9:06 [Bug tree-optimization/107121] New: DEFERRED_INIT misspelled in error message goeran at uddeborg dot se
@ 2022-10-02 14:43 ` cvs-commit at gcc dot gnu.org
  2022-10-02 17:13 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-10-02 14:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

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

commit r13-3020-gd01bd0b0f3b8f4c33c437ff10f0b949200627f56
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sun Oct 2 16:42:32 2022 +0200

    tree-cfg: Fix a verification diagnostic typo [PR107121]

    Obvious typo in diagnostics.

    2022-10-02  Jakub Jelinek  <jakub@redhat.com>

            PR tree-optimization/107121
            * tree-cfg.cc (verify_gimple_call): Fix a typo in diagnostics,
            DEFFERED_INIT -> DEFERRED_INIT.

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

* [Bug tree-optimization/107121] DEFERRED_INIT misspelled in error message
  2022-10-02  9:06 [Bug tree-optimization/107121] New: DEFERRED_INIT misspelled in error message goeran at uddeborg dot se
  2022-10-02 14:43 ` [Bug tree-optimization/107121] " cvs-commit at gcc dot gnu.org
@ 2022-10-02 17:13 ` jakub at gcc dot gnu.org
  2022-11-03  0:23 ` cvs-commit at gcc dot gnu.org
  2022-11-28 22:06 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-10-02 17:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed.

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

* [Bug tree-optimization/107121] DEFERRED_INIT misspelled in error message
  2022-10-02  9:06 [Bug tree-optimization/107121] New: DEFERRED_INIT misspelled in error message goeran at uddeborg dot se
  2022-10-02 14:43 ` [Bug tree-optimization/107121] " cvs-commit at gcc dot gnu.org
  2022-10-02 17:13 ` jakub at gcc dot gnu.org
@ 2022-11-03  0:23 ` cvs-commit at gcc dot gnu.org
  2022-11-28 22:06 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-11-03  0:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Jakub Jelinek
<jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:7d5e6cd2d3f00d463705a5046b2920680a0ab7a9

commit r12-8886-g7d5e6cd2d3f00d463705a5046b2920680a0ab7a9
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sun Oct 2 16:42:32 2022 +0200

    tree-cfg: Fix a verification diagnostic typo [PR107121]

    Obvious typo in diagnostics.

    2022-10-02  Jakub Jelinek  <jakub@redhat.com>

            PR tree-optimization/107121
            * tree-cfg.cc (verify_gimple_call): Fix a typo in diagnostics,
            DEFFERED_INIT -> DEFERRED_INIT.

    (cherry picked from commit d01bd0b0f3b8f4c33c437ff10f0b949200627f56)

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

* [Bug tree-optimization/107121] DEFERRED_INIT misspelled in error message
  2022-10-02  9:06 [Bug tree-optimization/107121] New: DEFERRED_INIT misspelled in error message goeran at uddeborg dot se
                   ` (2 preceding siblings ...)
  2022-11-03  0:23 ` cvs-commit at gcc dot gnu.org
@ 2022-11-28 22:06 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-11-28 22:06 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.3
      Known to work|                            |12.2.1, 13.0
           Keywords|                            |diagnostic

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

end of thread, other threads:[~2022-11-28 22:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02  9:06 [Bug tree-optimization/107121] New: DEFERRED_INIT misspelled in error message goeran at uddeborg dot se
2022-10-02 14:43 ` [Bug tree-optimization/107121] " cvs-commit at gcc dot gnu.org
2022-10-02 17:13 ` jakub at gcc dot gnu.org
2022-11-03  0:23 ` cvs-commit at gcc dot gnu.org
2022-11-28 22:06 ` pinskia 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).