]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/cp-tree.def
c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
authorJason Merrill <jason@redhat.com>
Tue, 30 Sep 2014 17:12:06 +0000 (13:12 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 30 Sep 2014 17:12:06 +0000 (13:12 -0400)
commit8d0cf15e1c9583723314193c1add818374d5f897
tree8c362cff0a078a9a626be3899830a2360da10e04
parent00b365d5804abd82373216e807ef46de8e24ca02
c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.

c-family/
* c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
* c-common.c (c_common_reswords): Remove __is_convertible_to.
cp/
* cp-tree.h (cp_trait_kind): Remove CPTK_IS_CONVERTIBLE_TO.
* cxx-pretty-print.c (pp_cxx_trait_expression): Likewise.
* semantics.c (trait_expr_value): Likewise.
(finish_trait_expr): Likewise.
* parser.c (cp_parser_primary_expression): Likewise.
(cp_parser_trait_expr): Likewise. Remove redundant grokdeclarator.

From-SVN: r215735
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/c-family/c-common.h
gcc/cp/ChangeLog
gcc/cp/cp-tree.def
gcc/cp/cp-tree.h
gcc/cp/cxx-pretty-print.c
gcc/cp/parser.c
gcc/cp/semantics.c
gcc/testsuite/g++.dg/ext/is_class_error2.C