This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r222917 - in /branches/c++-concepts: ChangeLog....


Author: asutton
Date: Fri May  8 17:13:51 2015
New Revision: 222917

URL: https://gcc.gnu.org/viewcvs?rev=222917&root=gcc&view=rev
Log:
2015-05-08  Andrew Sutton  <andrew.n.sutton@gmail.com>

	Addressing review comments.
	* gcc/cp/call.c (build_new_function_call): Don't check for
	template parameters when we're not processing a template decl.
	* gcc/cp/constraint.cc (function_concept_check_p): Use
	get_first_fn.
	(satisfy_expression_constraint): Move sentinel into cp-tree.h.
	* gcc/cp/parser.c (cp_parser_declarator): Use function_declarator_p.
	* gcc/cp/cp-tree.h (struct deferring_access_check_sentinel): Moved
	from constraint.cc.
	* gcc/cp/semantics: (finish_call_expr) Don't remove constraints.


Modified:
    branches/c++-concepts/ChangeLog.concepts
    branches/c++-concepts/gcc/cp/call.c
    branches/c++-concepts/gcc/cp/constraint.cc
    branches/c++-concepts/gcc/cp/cp-tree.h
    branches/c++-concepts/gcc/cp/parser.c
    branches/c++-concepts/gcc/cp/semantics.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]