pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
authorJason Merrill <jason@redhat.com>
Wed, 22 Aug 2001 14:42:22 +0000 (10:42 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 22 Aug 2001 14:42:22 +0000 (10:42 -0400)
commitfd10dd09c8c9de14a7b30deddd4e5dd8481b92f4
tree62cb2c6c35a7ca6023a9e43d5744244dba851312
parent1322177dbd4024fc4cd4cd6d5dd5a70805ca9d7d
pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.

        * 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.

From-SVN: r45106
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/tree.c