dump.c (cp_dump_tree, [...]): New case.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 3 May 2001 11:02:26 +0000 (11:02 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 3 May 2001 11:02:26 +0000 (11:02 +0000)
commit5158d7eeb777a402440950ee9f3a5ce69586e791
tree3af1413c9396f239f12eefc0b036c81205755a9c
parent05de394bf942c4d6d88b0881ebd61386247a3d5d
dump.c (cp_dump_tree, [...]): New case.

* dump.c (cp_dump_tree, USING_STMT case): New case.
* tree.c (cp_statement_code_p): Add USING_STMT.
* decl2.c (do_using_directive): Add the using directive statement.

* tree.c (walk_tree): Reformat an if block.

From-SVN: r41783
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/dump.c
gcc/cp/tree.c