public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/58458] New: ISO 14882 typo in docs
@ 2013-09-18 10:14 danielm at ecoscentric dot com
  2013-09-18 10:31 ` [Bug c++/58458] " redi at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: danielm at ecoscentric dot com @ 2013-09-18 10:14 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58458

            Bug ID: 58458
           Summary: ISO 14882 typo in docs
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danielm at ecoscentric dot com

Created attachment 30849
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30849&action=edit
trivial patch to correct typos in ISO 14882 references

Just updating our own documentation and I noticed an anomaly in the ISO
standard for STL. The correct standard is ISO 14882, but there are lots of
references across the web to 14822, including some of the online pages from GNU
which are auto-generated from the gcc's documentation.

Attached is a trivial patch to correct the typos.


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

* [Bug c++/58458] ISO 14882 typo in docs
  2013-09-18 10:14 [Bug libstdc++/58458] New: ISO 14882 typo in docs danielm at ecoscentric dot com
@ 2013-09-18 10:31 ` redi at gcc dot gnu.org
  2013-09-18 10:33 ` paolo.carlini at oracle dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: redi at gcc dot gnu.org @ 2013-09-18 10:31 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58458

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation, patch
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-09-18
          Component|libstdc++                   |c++
     Ever confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
N.B. gcc.info is a generated file, only implement-cxx.texi needs to be changed.


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

* [Bug c++/58458] ISO 14882 typo in docs
  2013-09-18 10:14 [Bug libstdc++/58458] New: ISO 14882 typo in docs danielm at ecoscentric dot com
  2013-09-18 10:31 ` [Bug c++/58458] " redi at gcc dot gnu.org
  2013-09-18 10:33 ` paolo.carlini at oracle dot com
@ 2013-09-18 10:33 ` paolo.carlini at oracle dot com
  2013-09-18 11:06 ` paolo at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-09-18 10:33 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58458

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.5                       |4.7.4


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

* [Bug c++/58458] ISO 14882 typo in docs
  2013-09-18 10:14 [Bug libstdc++/58458] New: ISO 14882 typo in docs danielm at ecoscentric dot com
  2013-09-18 10:31 ` [Bug c++/58458] " redi at gcc dot gnu.org
@ 2013-09-18 10:33 ` paolo.carlini at oracle dot com
  2013-09-18 10:33 ` paolo.carlini at oracle dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-09-18 10:33 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58458

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |paolo.carlini at oracle dot com
   Target Milestone|---                         |4.7.5

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Thanks, I'm handling this.


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

* [Bug c++/58458] ISO 14882 typo in docs
  2013-09-18 10:14 [Bug libstdc++/58458] New: ISO 14882 typo in docs danielm at ecoscentric dot com
                   ` (2 preceding siblings ...)
  2013-09-18 10:33 ` paolo.carlini at oracle dot com
@ 2013-09-18 11:06 ` paolo at gcc dot gnu.org
  2013-09-18 11:07 ` paolo at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paolo at gcc dot gnu.org @ 2013-09-18 11:06 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58458

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Wed Sep 18 11:06:15 2013
New Revision: 202696

URL: http://gcc.gnu.org/viewcvs?rev=202696&root=gcc&view=rev
Log:
2013-09-18  Daniel Morris  <danielm@ecoscentric.com>
        Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/58458
    * doc/implement-cxx.texi: Fix references to the C++ standards.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/implement-cxx.texi


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

* [Bug c++/58458] ISO 14882 typo in docs
  2013-09-18 10:14 [Bug libstdc++/58458] New: ISO 14882 typo in docs danielm at ecoscentric dot com
                   ` (3 preceding siblings ...)
  2013-09-18 11:06 ` paolo at gcc dot gnu.org
@ 2013-09-18 11:07 ` paolo at gcc dot gnu.org
  2013-09-18 11:08 ` paolo at gcc dot gnu.org
  2013-09-18 11:09 ` paolo.carlini at oracle dot com
  6 siblings, 0 replies; 8+ messages in thread
From: paolo at gcc dot gnu.org @ 2013-09-18 11:07 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58458

--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Wed Sep 18 11:07:16 2013
New Revision: 202697

URL: http://gcc.gnu.org/viewcvs?rev=202697&root=gcc&view=rev
Log:
2013-09-18  Daniel Morris  <danielm@ecoscentric.com>
        Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/58458
    * doc/implement-cxx.texi: Fix references to the C++ standards.

Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/doc/implement-cxx.texi


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

* [Bug c++/58458] ISO 14882 typo in docs
  2013-09-18 10:14 [Bug libstdc++/58458] New: ISO 14882 typo in docs danielm at ecoscentric dot com
                   ` (4 preceding siblings ...)
  2013-09-18 11:07 ` paolo at gcc dot gnu.org
@ 2013-09-18 11:08 ` paolo at gcc dot gnu.org
  2013-09-18 11:09 ` paolo.carlini at oracle dot com
  6 siblings, 0 replies; 8+ messages in thread
From: paolo at gcc dot gnu.org @ 2013-09-18 11:08 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58458

--- Comment #5 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Wed Sep 18 11:08:02 2013
New Revision: 202698

URL: http://gcc.gnu.org/viewcvs?rev=202698&root=gcc&view=rev
Log:
2013-09-18  Daniel Morris  <danielm@ecoscentric.com>
        Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/58458
    * doc/implement-cxx.texi: Fix references to the C++ standards.

Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/doc/implement-cxx.texi


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

* [Bug c++/58458] ISO 14882 typo in docs
  2013-09-18 10:14 [Bug libstdc++/58458] New: ISO 14882 typo in docs danielm at ecoscentric dot com
                   ` (5 preceding siblings ...)
  2013-09-18 11:08 ` paolo at gcc dot gnu.org
@ 2013-09-18 11:09 ` paolo.carlini at oracle dot com
  6 siblings, 0 replies; 8+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-09-18 11:09 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58458

Paolo Carlini <paolo.carlini at oracle dot com> changed:

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

--- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Fixed for 4.7.4/4.8.2/4.9.0.


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

end of thread, other threads:[~2013-09-18 11:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-18 10:14 [Bug libstdc++/58458] New: ISO 14882 typo in docs danielm at ecoscentric dot com
2013-09-18 10:31 ` [Bug c++/58458] " redi at gcc dot gnu.org
2013-09-18 10:33 ` paolo.carlini at oracle dot com
2013-09-18 10:33 ` paolo.carlini at oracle dot com
2013-09-18 11:06 ` paolo at gcc dot gnu.org
2013-09-18 11:07 ` paolo at gcc dot gnu.org
2013-09-18 11:08 ` paolo at gcc dot gnu.org
2013-09-18 11:09 ` paolo.carlini at oracle dot com

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