This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217950 - in /trunk/gcc: cp/ChangeLog cp/cp-tre...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 21 Nov 2014 21:35:09 -0000
- Subject: r217950 - in /trunk/gcc: cp/ChangeLog cp/cp-tre...
Author: jason
Date: Fri Nov 21 21:35:09 2014
New Revision: 217950
URL: https://gcc.gnu.org/viewcvs?rev=217950&root=gcc&view=rev
Log:
PR c++/63942
* name-lookup.c (supplement_binding_1): Override a mangling alias.
* mangle.c (implicit_alias_p, remove_implicit_alias): New.
(mangle_decl): Avoid creating conflicting alias with
-fabi-compat-version=0, too.
* cp-tree.h: Adjust.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/nullptr32.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/mangle.c
trunk/gcc/cp/name-lookup.c