diff options
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r-- | gcc/c-parse.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 4cdbfed8b0c..3804ea5460b 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -2504,10 +2504,9 @@ label: CASE expr_no_commas ':' maybe_type_qual: /* empty */ - { emit_line_note (input_location); - $$ = NULL_TREE; } + { $$ = NULL_TREE; } | TYPE_QUAL - { emit_line_note (input_location); } + { } ; xexpr: |