diff options
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r-- | gcc/c-parse.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 55d06b4..d575013 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -2446,7 +2446,7 @@ label: CASE expr_no_commas ':' { stmt_count++; $$ = do_case (NULL_TREE, NULL_TREE); } | identifier save_location ':' maybe_attribute - { tree label = define_label ($2.file, $2.line, $1); + { tree label = define_label ($2, $1); stmt_count++; if (label) { |