OSDN Git Service

* cp-tree.def (IF_STMT): Add an extra operand.
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Apr 2011 17:05:58 +0000 (17:05 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Apr 2011 17:05:58 +0000 (17:05 +0000)
commit852787ab95e38f270615144b2ea8f253270381e9
tree7c7aa65beb4d0df425539a4692a35ce53f77da3b
parente45c9c5559efedcd9915fb58d7baa9573addc763
* cp-tree.def (IF_STMT): Add an extra operand.
* cp-objcp-common.c (cp_common_init_ts): Mark it as TS_TYPED.
* cp-tree.h (IF_SCOPE): Define.
* semantics.c (begin_if_stmt): Pass scope to build_stmt.
(finish_if_stmt): Use IF_SCOPE instead of TREE_CHAIN.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172437 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-objcp-common.c
gcc/cp/cp-tree.def
gcc/cp/cp-tree.h
gcc/cp/semantics.c