This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH for Re: Typo on http://gcc.gnu.org/gcc-3.0/c++features.html


On Sat, 14 Jul 2001, Joseph S. Myers wrote:
>> Fixed thusly.
> gcc/cp/NEWS (mainline and branch) needs to be fixed as well.

Fixed thusly on both branches.

Gerald

2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
            Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* NEWS (Changes in GCC 3.0): Fix typo.

Index: NEWS
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/NEWS,v
retrieving revision 1.26
diff -u -3 -p -r1.26 NEWS
--- NEWS	2001/06/13 18:37:18	1.26
+++ NEWS	2001/07/18 19:07:20
@@ -11,7 +11,7 @@

 * 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 required breaking ABI
+  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 require more than one digit.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]