OSDN Git Service

* function.c (allocate_struct_function): Do not initialize expr, emit
[pf3gnuchains/gcc-fork.git] / gcc / c-parse.in
index 4cdbfed..3804ea5 100644 (file)
@@ -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: