r246102 - in /branches/c++-modules: ChangeLog.m...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Mon Mar 13 17:52:00 GMT 2017
Author: nathan
Date: Mon Mar 13 17:52:38 2017
New Revision: 246102
URL: https://gcc.gnu.org/viewcvs?rev=246102&root=gcc&view=rev
Log:
Kill get_first_fn part 2
gcc/cp/
* cp-tree.h (get_ovl): Add want_first parm, make pure.
* constexpr.c (potential_constant_expression_1): Adjust get_ovl.
* lambda.c (lambda_function): Likewise.
* error.c (dump_decl): Use identifier_p.
* mangle.c (write_expression): Use OVL_NAME.
* name-lookup.c (pushdecl_class_level): Likewise.
* parser.c (cp_parser_postfix_expression)
cp_parser_expression_statement, cp_parser_direct_declarator,
cp_parser_constructor_declarator_p): Use get_ovl.
* search.c (lookup_member0: Likewise.
* typeck2.c (cxx_incomplete_type_diagnostic): Likewise.
* semantics.c (perform_koenig_lookup): Use OVL_NAME.
(finish_call_expr, finish_id_expression): Use get_ovl.
* tree.c (get_ovl): Add want_first arg, adjust.
(--This line, and those below, will be ignored--
M ChangeLog.modules
M gcc/cp/lambda.c
M gcc/cp/semantics.c
M gcc/cp/name-lookup.c
M gcc/cp/tree.c
M gcc/cp/mangle.c
M gcc/cp/search.c
M gcc/cp/typeck2.c
M gcc/cp/constexpr.c
M gcc/cp/error.c
M gcc/cp/parser.c
M gcc/cp/cp-tree.h
Modified:
branches/c++-modules/ChangeLog.modules
branches/c++-modules/gcc/cp/constexpr.c
branches/c++-modules/gcc/cp/cp-tree.h
branches/c++-modules/gcc/cp/error.c
branches/c++-modules/gcc/cp/lambda.c
branches/c++-modules/gcc/cp/mangle.c
branches/c++-modules/gcc/cp/name-lookup.c
branches/c++-modules/gcc/cp/parser.c
branches/c++-modules/gcc/cp/search.c
branches/c++-modules/gcc/cp/semantics.c
branches/c++-modules/gcc/cp/tree.c
branches/c++-modules/gcc/cp/typeck2.c
More information about the Gcc-cvs
mailing list