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

jason@gcc.gnu.org jason@gcc.gnu.org
Thu Jul 9 18:47:00 GMT 2015


Author: jason
Date: Thu Jul  9 18:47:07 2015
New Revision: 225626

URL: https://gcc.gnu.org/viewcvs?rev=225626&root=gcc&view=rev
Log:
	* gcc/c-family/c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
	* gcc/c-family/c-common.c (c_common_reswords): And __is_convertible_to.
	* gcc/cp/cp-tree.h (enum cp_trait_kind): And CPTK_IS_CONVERTIBLE_TO.
	* gcc/cp/cxx-pretty-print.c (pp_cxx_trait_expression): Remove handling.
	* gcc/cp/parser.c (cp_parser_primary_expression): Likewise.
	(cp_parser_trait_expr): Likewise.
	* gcc/cp/constraint.cc (diagnose_trait_expression): Likewise.
	* gcc/cp/semantics.c (finish_trait_expr): Likewise.
	(trait_expr_value): Likewise.
	(xvalue_result_type): Remove.

Modified:
    branches/c++-concepts/ChangeLog.concepts
    branches/c++-concepts/gcc/c-family/c-common.c
    branches/c++-concepts/gcc/c-family/c-common.h
    branches/c++-concepts/gcc/cp/constraint.cc
    branches/c++-concepts/gcc/cp/cp-tree.h
    branches/c++-concepts/gcc/cp/cxx-pretty-print.c
    branches/c++-concepts/gcc/cp/parser.c
    branches/c++-concepts/gcc/cp/semantics.c
    branches/c++-concepts/gcc/testsuite/g++.dg/ext/is_class_error2.C



More information about the Gcc-cvs mailing list