aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r--gcc/cp/semantics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index 7daffa6..599aa16 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -798,7 +798,7 @@ genrtl_try_block (tree t)
else
{
if (!FN_TRY_BLOCK_P (t))
- emit_line_note (input_filename, input_line);
+ emit_line_note (input_location);
expand_eh_region_start ();
expand_stmt (TRY_STMTS (t));