r246094 - in /branches/c++-modules: ChangeLog.m...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Mon Mar 13 14:19:00 GMT 2017
Author: nathan
Date: Mon Mar 13 14:19:37 2017
New Revision: 246094
URL: https://gcc.gnu.org/viewcvs?rev=246094&root=gcc&view=rev
Log:
Kill build_overload
gcc/cp/
* cp-tree.h (ovl_add): Declare.
(build_overload): Delete.
* tree.c (ovl_add): New.
(build_overload): Delete.
* class.c (add_method): Use ovl_add.
* constraint.cc (finish_shorthand_constraint): Likewise.
* name-lookup.c (do_nonmember_using_decl, merge_functions)
remove_hidden_names, add_function): Likewise.
* pt.c (make_constrained_auto): Likewise.
(--This line, and those below, will be ignored--
M ChangeLog.modules
M gcc/cp/cp-tree.h
M gcc/cp/name-lookup.c
M gcc/cp/class.c
M gcc/cp/tree.c
M gcc/cp/pt.c
M gcc/cp/constraint.cc
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/class.c
branches/c++-modules/gcc/cp/constraint.cc
branches/c++-modules/gcc/cp/cp-tree.h
branches/c++-modules/gcc/cp/name-lookup.c
branches/c++-modules/gcc/cp/pt.c
branches/c++-modules/gcc/cp/tree.c
More information about the Gcc-cvs
mailing list