OSDN Git Service

Don't fail to set $$.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 1993 21:54:55 +0000 (21:54 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 1993 21:54:55 +0000 (21:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6144 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-parse.in

index 2fc05a0..06fd36f 100644 (file)
@@ -1976,7 +1976,8 @@ label:      CASE expr_no_commas ':'
 
 maybe_type_qual:
        /* empty */
-               { emit_line_note (input_filename, lineno); }
+               { emit_line_note (input_filename, lineno);
+                 $$ = NULL_TREE; }
        | TYPE_QUAL
                { emit_line_note (input_filename, lineno); }
        ;