public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Typo on http://gcc.gnu.org/gcc-3.0/c++features.html
@ 2001-07-13 19:39 Xavier Delacour
  2001-07-13 22:20 ` PATCH for " Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Xavier Delacour @ 2001-07-13 19:39 UTC (permalink / raw)
  To: gcc

FYI: http://gcc.gnu.org/gcc-3.0/c++features.html has a typo.

...obscure cases, functions with the same type could have the same mangled 
name. This bug caused compiler crashes, link-time clashes, and debugger 
************crahses************. Fixing this bug required breaking ...

-Xavier


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

* PATCH for Re: Typo on http://gcc.gnu.org/gcc-3.0/c++features.html
  2001-07-13 19:39 Typo on http://gcc.gnu.org/gcc-3.0/c++features.html Xavier Delacour
@ 2001-07-13 22:20 ` Gerald Pfeifer
  2001-07-14  2:56   ` Joseph S. Myers
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2001-07-13 22:20 UTC (permalink / raw)
  To: Xavier Delacour; +Cc: gcc, gcc-patches

On Fri, 13 Jul 2001, Xavier Delacour wrote:
> FYI: http://gcc.gnu.org/gcc-3.0/c++features.html has a typo.

Fixed thusly.

Thanks,
Gerald

Index: c++features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/c++features.html,v
retrieving revision 1.1
diff -u -3 -p -r1.1 c++features.html
--- c++features.html	2001/06/28 21:43:32	1.1
+++ c++features.html	2001/07/14 05:17:45
@@ -15,7 +15,7 @@
   <li>G++ now enforces access control for nested types.</li>
   <li>In some obscure cases, functions with the same type could have
       the same mangled name.  This bug caused compiler crashes,
-      link-time clashes, and debugger crahses.  Fixing this bug
+      link-time clashes, and debugger crashes.  Fixing this bug
       required breaking ABI compatibility for the functions involved.
       The functions in questions are those whose types involve
       non-type template arguments whose mangled representations

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

* Re: PATCH for Re: Typo on http://gcc.gnu.org/gcc-3.0/c++features.html
  2001-07-13 22:20 ` PATCH for " Gerald Pfeifer
@ 2001-07-14  2:56   ` Joseph S. Myers
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph S. Myers @ 2001-07-14  2:56 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Xavier Delacour, gcc, gcc-patches

On Sat, 14 Jul 2001, Gerald Pfeifer wrote:

> On Fri, 13 Jul 2001, Xavier Delacour wrote:
> > FYI: http://gcc.gnu.org/gcc-3.0/c++features.html has a typo.
> 
> Fixed thusly.

gcc/cp/NEWS (mainline and branch) needs to be fixed as well.

-- 
Joseph S. Myers
jsm28@cam.ac.uk

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

end of thread, other threads:[~2001-07-14  2:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-13 19:39 Typo on http://gcc.gnu.org/gcc-3.0/c++features.html Xavier Delacour
2001-07-13 22:20 ` PATCH for " Gerald Pfeifer
2001-07-14  2:56   ` Joseph S. Myers

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