diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 4b8ec563f35..d436eed6820 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1605,7 +1605,8 @@ stmt: clear_momentary during the parsing of the next stmt. */ push_momentary (); $7 = lineno; - $8 = input_filename; } + $8 = input_filename; + position_after_white_space (); } lineno_labeled_stmt { /* Emit the increment expression, with a line number. */ emit_line_note ($8, $7);