diff options
Diffstat (limited to 'gcc/cp/cp-tree.def')
| -rw-r--r-- | gcc/cp/cp-tree.def | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index 6ccc874..71c1d8d 100644 --- a/gcc/cp/cp-tree.def +++ b/gcc/cp/cp-tree.def @@ -254,8 +254,9 @@ DEFTREECODE (START_CATCH_STMT, "start_catch_stmt", 'e', 0) SCOPE_BEGIN_P holds, then this is the start of a scope. If SCOPE_END_P holds, then this is the end of a scope. If SCOPE_NULLIFIED_P holds then there turned out to be no variables in - this scope. */ -DEFTREECODE (SCOPE_STMT, "scope_stmt", 'e', 0) + this scope. The SCOPE_STMT_BLOCK is the BLOCK containing the + variables declared in this scope. */ +DEFTREECODE (SCOPE_STMT, "scope_stmt", 'e', 1) DEFTREECODE (CTOR_INITIALIZER, "ctor_initializer", 'e', 2) DEFTREECODE (CASE_LABEL, "case_label", 'e', 2) DEFTREECODE (RETURN_INIT, "return_init", 'e', 2) |
