Commit b7055028 by Segher Boessenkool Committed by Segher Boessenkool

c: Delete a stray line in asm inline

I noticed I accidentally copied a line too many from the "volatile"
handling to the "inline" handling.  This fixes it.


gcc/c/
	* c-parser (c_parser_asm_statement) [RID_INLINE]: Delete stray line
	setting "quals".

From-SVN: r266909
parent 4874b4d2
2018-12-08 Segher Boessenkool <segher@kernel.crashing.org>
* c-parser (c_parser_asm_statement) [RID_INLINE]: Delete stray line
setting "quals".
2018-12-06 Segher Boessenkool <segher@kernel.crashing.org>
* c-parser.c (c_parser_asm_statement): Detect the inline keyword
......
......@@ -6389,7 +6389,6 @@ c_parser_asm_statement (c_parser *parser)
if (!is_inline)
{
is_inline = true;
quals = c_parser_peek_token (parser)->value;
c_parser_consume_token (parser);
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment