r251571 - in /branches/c++-name-lookup: ChangeL...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Thu Aug 31 17:47:00 GMT 2017
Author: nathan
Date: Thu Aug 31 17:47:51 2017
New Revision: 251571
URL: https://gcc.gnu.org/viewcvs?rev=251571&root=gcc&view=rev
Log:
gcc/cp/
* class.c (finish_struct_methods): Move DECL_IN_AGGR_P frobbing to
finish_struct_1.
(check_bases_and_members): Move finish_struct_methods to ...
(finish_struct_1): ... here. Frob DECL_IN_AGGR_P.
(unreverse_member_declarations): Remove unneeded if.
* method.c (lazily_declare_fn): Adjust comment.
* pt.c (do_class_deduction): No need to check CLASSTYPE_METHOD_VEC.
* tree.c (type_has_nontrivial_copy_init): Likewise.
Modified:
branches/c++-name-lookup/ChangeLog.name-lookup
branches/c++-name-lookup/gcc/cp/class.c
branches/c++-name-lookup/gcc/cp/method.c
branches/c++-name-lookup/gcc/cp/pt.c
branches/c++-name-lookup/gcc/cp/tree.c
More information about the Gcc-cvs
mailing list