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

asutton@gcc.gnu.org asutton@gcc.gnu.org
Mon Oct 13 19:36:00 GMT 2014


Author: asutton
Date: Mon Oct 13 19:36:40 2014
New Revision: 216159

URL: https://gcc.gnu.org/viewcvs?rev=216159&root=gcc&view=rev
Log:
2014-10-13  Andrew Sutton  <andrew.n.sutton@gmail.com>

	Fix regression related to concept introductions.
	* gcc/cp/constraint.cc (cp_parser_template_declaration_after_exp):
	Pop deferred access checks afer parsing the introduction.

2014-10-13  Andrew Sutton  <andrew.n.sutton@gmail.com>

	Fix bug related to cleanup expressions in concept definitions.
	* gcc/cp/constraint.cc (check_function_concept): See through
	cleanup handlers when checking the body of a function.
	(normalize_cast): Removed. Handled in a default case.
	(normalize_cleanup_point): New. Normalize the expression without
	the cleanup handler.


Modified:
    branches/c++-concepts/ChangeLog.concepts
    branches/c++-concepts/gcc/cp/constraint.cc
    branches/c++-concepts/gcc/cp/parser.c



More information about the Gcc-cvs mailing list