diff options
Diffstat (limited to 'gcc/c-parse.in')
| -rw-r--r-- | gcc/c-parse.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index bcfb0248c3a..787167c155d 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -2444,10 +2444,10 @@ label: CASE expr_no_commas ':' maybe_type_qual: /* empty */ - { emit_line_note (input_filename, input_line); + { emit_line_note (input_location); $$ = NULL_TREE; } | TYPE_QUAL - { emit_line_note (input_filename, input_line); } + { emit_line_note (input_location); } ; xexpr: |

