This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249779 - in /branches/c++-modules: ChangeLog.m...
- From: nathan at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 29 Jun 2017 11:08:58 -0000
- Subject: r249779 - in /branches/c++-modules: ChangeLog.m...
Author: nathan
Date: Thu Jun 29 11:08:58 2017
New Revision: 249779
URL: https://gcc.gnu.org/viewcvs?rev=249779&root=gcc&view=rev
Log:
gcc/cp/
* class.c (finish_struct): Use OVL_P.
* cp-tree.h (THIS_NAME, IN_CHARGE_NAME, VTBL_PTR_TYPE,
VTABLE_DELTA_NAME, VTABLE_PFN_NAME): Delete.
* decl.c (initialize_predefined_identifiers): Encode them here
directly. Rename cdtors consistently.
(cxx_init_decl_processing): Name vtbl_ptr_type directly.
* search.c (class_method_index_for_fn): No need to frob cdtor names.
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/class.c
branches/c++-modules/gcc/cp/cp-tree.h
branches/c++-modules/gcc/cp/decl.c
branches/c++-modules/gcc/cp/search.c