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]

PATCH: Fix PR1493



This PR refers to lingering EGCS references.

Most are already gone.  This one fixes one in V3.

The PR also mentions some in libffi, but I think those are
sufficiently historical that they can stay.  If someone else feels
differently, feel free to make the change.

Installed on the mainline and on the branch.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2001-04-26  Mark Mitchell  <mark@codesourcery.com>

	* docs/html/17_intro/BADNAMES: Remove EGCS reference.
	Indicate obsolete nature of thelist for G++ 3.0.

Index: BADNAMES
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/17_intro/BADNAMES,v
retrieving revision 1.1
diff -c -p -r1.1 BADNAMES
*** BADNAMES	2000/12/10 04:03:08	1.1
--- BADNAMES	2001/04/26 20:00:30
*************** _G
*** 25,31 ****
  MS adds:
  _T
  
! For egcs:
  
    The full set of __* identifiers (combined from gcc/cp/lex.c and
    gcc/cplus-dem.c) that are either old or new, but are definitely 
--- 25,36 ----
  MS adds:
  _T
  
! For GCC:
! 
!   [Note that this list is out of date.  It applies to the old
!   name-mangling; in G++ 3.0 and higher a different name-mangling is
!   used.  In addition, many of the bugs relating to G++ interpreting
!   these names as operators have been fixed.]
  
    The full set of __* identifiers (combined from gcc/cp/lex.c and
    gcc/cplus-dem.c) that are either old or new, but are definitely 


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