public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/99278] New: typo in diagnostic: 'may reade'
@ 2021-02-26  0:00 roland.illig at gmx dot de
  2021-02-26  0:04 ` [Bug c/99278] " mpolacek 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-26  0:00 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99278
           Summary: typo in diagnostic: 'may reade'
           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: ---

builtins.c says:
> "%K%qD may reade %E byte from a region "
> "of size %E"

'may reade' should be 'may read'

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

* [Bug c/99278] typo in diagnostic: 'may reade'
  2021-02-26  0:00 [Bug c/99278] New: typo in diagnostic: 'may reade' roland.illig at gmx dot de
@ 2021-02-26  0:04 ` mpolacek at gcc dot gnu.org
  2021-02-26  0:07 ` roland.illig at gmx dot de
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-02-26  0:04 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-02-26
           Assignee|unassigned at gcc dot gnu.org      |mpolacek at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I'll fix it.

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

* [Bug c/99278] typo in diagnostic: 'may reade'
  2021-02-26  0:00 [Bug c/99278] New: typo in diagnostic: 'may reade' roland.illig at gmx dot de
  2021-02-26  0:04 ` [Bug c/99278] " mpolacek at gcc dot gnu.org
@ 2021-02-26  0:07 ` roland.illig at gmx dot de
  2021-02-26  0:09 ` mpolacek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: roland.illig at gmx dot de @ 2021-02-26  0:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Roland Illig <roland.illig at gmx dot de> ---
Another trivial typo, also in builtins.c: 'epecting' should be 'expecting'

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

* [Bug c/99278] typo in diagnostic: 'may reade'
  2021-02-26  0:00 [Bug c/99278] New: typo in diagnostic: 'may reade' roland.illig at gmx dot de
  2021-02-26  0:04 ` [Bug c/99278] " mpolacek at gcc dot gnu.org
  2021-02-26  0:07 ` roland.illig at gmx dot de
@ 2021-02-26  0:09 ` mpolacek at gcc dot gnu.org
  2021-02-26  0:23 ` roland.illig at gmx dot de
  2021-02-26  2:39 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-02-26  0:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Ack, will fix that too, thanks!

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

* [Bug c/99278] typo in diagnostic: 'may reade'
  2021-02-26  0:00 [Bug c/99278] New: typo in diagnostic: 'may reade' roland.illig at gmx dot de
                   ` (2 preceding siblings ...)
  2021-02-26  0:09 ` mpolacek at gcc dot gnu.org
@ 2021-02-26  0:23 ` roland.illig at gmx dot de
  2021-02-26  2:39 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: roland.illig at gmx dot de @ 2021-02-26  0:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Roland Illig <roland.illig at gmx dot de> ---
And another one: 'expectting'

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

* [Bug c/99278] typo in diagnostic: 'may reade'
  2021-02-26  0:00 [Bug c/99278] New: typo in diagnostic: 'may reade' roland.illig at gmx dot de
                   ` (3 preceding siblings ...)
  2021-02-26  0:23 ` roland.illig at gmx dot de
@ 2021-02-26  2:39 ` mpolacek at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-02-26  2:39 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

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

--- Comment #5 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Fixed by 97989a2220c876113ccdfcad5ed247c8efbe1cf0.

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

end of thread, other threads:[~2021-02-26  2:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26  0:00 [Bug c/99278] New: typo in diagnostic: 'may reade' roland.illig at gmx dot de
2021-02-26  0:04 ` [Bug c/99278] " mpolacek at gcc dot gnu.org
2021-02-26  0:07 ` roland.illig at gmx dot de
2021-02-26  0:09 ` mpolacek at gcc dot gnu.org
2021-02-26  0:23 ` roland.illig at gmx dot de
2021-02-26  2:39 ` mpolacek 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).