summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-29 14:49:46 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2017-06-29 14:49:46 +0000
commit842e108c5990a3981e00a7076a0cb570d221ea59 (patch)
tree9637ddcdc81f1ba6e94bdccdcb7384c19be224d3 /gcc/cp/ChangeLog
parent6f2dbf5db00def46beab9bace98cb24726a8292d (diff)
downloadgcc-842e108c5990a3981e00a7076a0cb570d221ea59.tar.gz
* 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, git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index eefc3f03e87..9281c6100f8 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,11 @@
2017-06-29 Nathan Sidwell <nathan@acm.org>
+ * 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,
+
* lex.c (maybe_add_lang_type_raw): Exit early, rather than use a
flag.