This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r149964 - in /trunk: gcc/cp/ChangeLog gcc/cp/cp...
- From: jason at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 22 Jul 2009 23:03:23 -0000
- Subject: r149964 - in /trunk: gcc/cp/ChangeLog gcc/cp/cp...
Author: jason
Date: Wed Jul 22 23:03:22 2009
New Revision: 149964
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149964
Log:
* mangle.c (mangle_type_string_for_rtti): Rename to be clearer.
(needs_fake_anon): New.
(write_name): Check it.
(write_nested_name): Add a fake anonymous namespace scope if true.
* name-lookup.c (get_anonymous_namespace_name): No longer static.
* rtti.c, cp-tree.h: Adjust.
* libsupc++/typeinfo (__GXX_MERGED_TYPEINFO_NAMES): Default to 0.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/libsupc++/typeinfo
Changes in other areas also in this revision:
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/mangle.c
trunk/gcc/cp/name-lookup.c
trunk/gcc/cp/rtti.c