public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/14158] New: Typo in G++ manual
@ 2004-02-16 14:27 rrt at sc3d dot org
  2004-02-16 14:38 ` [Bug c++/14158] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: rrt at sc3d dot org @ 2004-02-16 14:27 UTC (permalink / raw)
  To: gcc-bugs

Typo in G++ manual C++ Dialect Options: "Names of template functions
whose types involve `typename' or template template parameters can be
mangled incorrectly".

Fix is to change "template template parameters" to "template parameters".

-- 
           Summary: Typo in G++ manual
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rrt at sc3d dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: irrelevant
  GCC host triplet: irrelevant
GCC target triplet: irrelevant


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


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

* [Bug c++/14158] [3.3/3.4/3.5 Regression] Typo in G++ manual
  2004-02-16 14:27 [Bug other/14158] New: Typo in G++ manual rrt at sc3d dot org
@ 2004-02-16 14:38 ` pinskia at gcc dot gnu dot org
  2004-02-16 15:53 ` giovannibajo at libero dot it
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-16 14:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-16 14:38 -------
Confirmed.  It was caused by: version 1.191 of invoke.texi:
date: 2002/10/04 04:59:36;  author: mmitchel;  state: Exp;  lines: +15 -0
        * doc/invoke.texi (-Wabi): Document mangling bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mmitchel at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|other                       |c++
     Ever Confirmed|                            |1
           Keywords|                            |documentation
      Known to fail|                            |3.5.0 3.3.3 3.4.0
      Known to work|                            |2.97 3.0 3.0.1 3.0.2 3.0.3
                   |                            |3.0.4 3.1 3.1.1 3.1.2 3.2
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-16 14:38:08
               date|                            |
            Summary|Typo in G++ manual          |[3.3/3.4/3.5 Regression]
                   |                            |Typo in G++ manual
   Target Milestone|---                         |3.3.4


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


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

* [Bug c++/14158] [3.3/3.4/3.5 Regression] Typo in G++ manual
  2004-02-16 14:27 [Bug other/14158] New: Typo in G++ manual rrt at sc3d dot org
  2004-02-16 14:38 ` [Bug c++/14158] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-02-16 15:53 ` giovannibajo at libero dot it
  2004-02-16 15:56 ` rrt at sc3d dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: giovannibajo at libero dot it @ 2004-02-16 15:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-02-16 15:53 -------
What would be the evidence that the mangling bug affects all the template 
parameters and not only template template parameters?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giovannibajo at libero dot
                   |                            |it


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


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

* [Bug c++/14158] [3.3/3.4/3.5 Regression] Typo in G++ manual
  2004-02-16 14:27 [Bug other/14158] New: Typo in G++ manual rrt at sc3d dot org
  2004-02-16 14:38 ` [Bug c++/14158] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
  2004-02-16 15:53 ` giovannibajo at libero dot it
@ 2004-02-16 15:56 ` rrt at sc3d dot org
  2004-02-16 16:13 ` falk dot hueffner at student dot uni-tuebingen dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rrt at sc3d dot org @ 2004-02-16 15:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rrt at sc3d dot org  2004-02-16 15:56 -------
Sorry, I think I've misunderstood. I thought that "template template parameters" 
was a typo for "template parameters". It might be worth putting a [sic] in after 
the phrase.

-- 


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


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

* [Bug c++/14158] [3.3/3.4/3.5 Regression] Typo in G++ manual
  2004-02-16 14:27 [Bug other/14158] New: Typo in G++ manual rrt at sc3d dot org
                   ` (2 preceding siblings ...)
  2004-02-16 15:56 ` rrt at sc3d dot org
@ 2004-02-16 16:13 ` falk dot hueffner at student dot uni-tuebingen dot de
  2004-02-16 16:13 ` giovannibajo at libero dot it
  2004-02-16 16:17 ` rrt at sc3d dot org
  5 siblings, 0 replies; 7+ messages in thread
From: falk dot hueffner at student dot uni-tuebingen dot de @ 2004-02-16 16:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk dot hueffner at student dot uni-tuebingen dot de  2004-02-16 16:13 -------
Subject: Re:  [3.3/3.4/3.5 Regression] Typo in G++ manual

"rrt at sc3d dot org" <gcc-bugzilla@gcc.gnu.org> writes:

> ------- Additional Comments From rrt at sc3d dot org  2004-02-16 15:56 -------
> Sorry, I think I've misunderstood. I thought that "template template
> parameters" was a typo for "template parameters". It might be worth
> putting a [sic] in after the phrase.

"[sic]" means you're quoting something which contains an obvious
error, but you chose not to correct it to keep the quote intact. Since
we have neither a quote here nor an obvious error, "[sic]" doesn't
seem particularly appropriate.



-- 


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


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

* [Bug c++/14158] [3.3/3.4/3.5 Regression] Typo in G++ manual
  2004-02-16 14:27 [Bug other/14158] New: Typo in G++ manual rrt at sc3d dot org
                   ` (3 preceding siblings ...)
  2004-02-16 16:13 ` falk dot hueffner at student dot uni-tuebingen dot de
@ 2004-02-16 16:13 ` giovannibajo at libero dot it
  2004-02-16 16:17 ` rrt at sc3d dot org
  5 siblings, 0 replies; 7+ messages in thread
From: giovannibajo at libero dot it @ 2004-02-16 16:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-02-16 16:13 -------
We've dozen of references to template template parameters everywhere, so I 
don't think it's worth putting a [sic] everywhere. I would like to think we 
don't have such typos in places where the error would actually make it mean 
another thing.

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


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


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

* [Bug c++/14158] [3.3/3.4/3.5 Regression] Typo in G++ manual
  2004-02-16 14:27 [Bug other/14158] New: Typo in G++ manual rrt at sc3d dot org
                   ` (4 preceding siblings ...)
  2004-02-16 16:13 ` giovannibajo at libero dot it
@ 2004-02-16 16:17 ` rrt at sc3d dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rrt at sc3d dot org @ 2004-02-16 16:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rrt at sc3d dot org  2004-02-16 16:17 -------
"[sic]" can also be used to indicate that you really *meant* something (as 
opposed to you're just quoting an error). Makes sense if you think about the 
Latin. But given that you talk about "template templates" a lot, forget it. I 
just wondered through this bit of the docs, and don't regularly use C++. Sorry 
for the noise.

-- 


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


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

end of thread, other threads:[~2004-02-16 16:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-16 14:27 [Bug other/14158] New: Typo in G++ manual rrt at sc3d dot org
2004-02-16 14:38 ` [Bug c++/14158] [3.3/3.4/3.5 Regression] " pinskia at gcc dot gnu dot org
2004-02-16 15:53 ` giovannibajo at libero dot it
2004-02-16 15:56 ` rrt at sc3d dot org
2004-02-16 16:13 ` falk dot hueffner at student dot uni-tuebingen dot de
2004-02-16 16:13 ` giovannibajo at libero dot it
2004-02-16 16:17 ` rrt at sc3d dot 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).