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 aaf8be4..a42443b 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -1136,7 +1136,7 @@ finish_asm_stmt (tree cv_qualifier, tree finish_label_stmt (tree name) { - tree decl = define_label (input_filename, input_line, name); + tree decl = define_label (input_location, name); return add_stmt (build_stmt (LABEL_STMT, decl)); } |