OSDN Git Service

* pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Aug 2001 14:42:22 +0000 (14:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Aug 2001 14:42:22 +0000 (14:42 +0000)
commit7a37f969179c9e7e0ef586e5e2940de6f6aa4087
tree62cb2c6c35a7ca6023a9e43d5744244dba851312
parentf12b58b3384f7b4faba39eaa3ebc67c3049f2a3c
    * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
        Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
        * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45106 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/tree.c