This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249791 - in /trunk/gcc/cp: ChangeLog cp-tree.h...
- From: nathan at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 29 Jun 2017 14:49:46 -0000
- Subject: r249791 - in /trunk/gcc/cp: ChangeLog cp-tree.h...
Author: nathan
Date: Thu Jun 29 14:49:46 2017
New Revision: 249791
URL: https://gcc.gnu.org/viewcvs?rev=249791&root=gcc&view=rev
Log:
* cp-tree.h (THIS_NAME, IN_CHARGE_NAME, VTBL_PTR_TYPE,
VTABLE_DELTA_NAME, VTABLE_PFN_NAME): Delete.
* decl.c (initialize_predefined_identifiers): Name cdtor special
names consistently. Use literals for above deleted defines.
(cxx_init_decl_processing): Use literal for vtbl_ptr_type name,
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/decl.c