diff options
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r-- | gcc/cp/semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 5406b3e..a070002 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -832,7 +832,7 @@ begin_compound_stmt (has_no_scope) { do_pushlevel (); if (is_try) - note_level_for_eh (); + note_level_for_try (); } else /* Normally, we try hard to keep the BLOCK for a |