r246164 - in /branches/c++-modules: ChangeLog.m...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Wed Mar 15 14:35:00 GMT 2017
Author: nathan
Date: Wed Mar 15 14:35:02 2017
New Revision: 246164
URL: https://gcc.gnu.org/viewcvs?rev=246164&root=gcc&view=rev
Log:
Vectorize OVERLOAD part 7
gcc/cp/
* name-lookup.c (hidden_name_p, remove_hidden_names): Move
declarations to ...
* cp-tree.h (hidden_name_p, remove_hidden_names): ... here.
* call.c (build_new_function_call): Remove hidden pruning.
* name-lookup.c (hidden_name_p, remove_hidden_names): Move to
tree.c.
(lookup_name_real_1): Adjust hidden_name_p call.
(lookup_arg_dependent_1): Adjust remove_hidden_names call.
* tree.c (hidden_name_p, remove_hidden_names): Moved from
name-lookup.h. Adjust.
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/call.c
branches/c++-modules/gcc/cp/cp-tree.h
branches/c++-modules/gcc/cp/name-lookup.c
branches/c++-modules/gcc/cp/name-lookup.h
branches/c++-modules/gcc/cp/tree.c
More information about the Gcc-cvs
mailing list