diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 99c7036..92def0f 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -521,7 +521,7 @@ expand_end_catch_block (void) tree begin_eh_spec_block (void) { - tree r = build_stmt (EH_SPEC_BLOCK, NULL_TREE, NULL_TREE); + tree r = build_stmt (input_location, EH_SPEC_BLOCK, NULL_TREE, NULL_TREE); add_stmt (r); EH_SPEC_STMTS (r) = push_stmt_list (); return r; |