This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

r157201 - in /trunk/gcc: cp/ChangeLog cp/Make-l...


Author: jason
Date: Wed Mar  3 19:01:36 2010
New Revision: 157201

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157201
Log:
	PR c++/12909
	* mangle.c: Include cgraph.h.
	(mangle_decl): If the mangled name will change in a later
	ABI version, make the later mangled name an alias.
	* method.c (make_alias_for): Copy DECL_ARGUMENTS.
	* Make-lang.in (mangle.o): Depend on cgraph.h.

Added:
    trunk/gcc/testsuite/g++.dg/abi/mangle40.C
    trunk/gcc/testsuite/g++.dg/abi/mangle41.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/Make-lang.in
    trunk/gcc/cp/mangle.c
    trunk/gcc/cp/method.c
    trunk/gcc/testsuite/ChangeLog


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