r266909 - in /trunk/gcc/c: ChangeLog c-parser.c
segher@gcc.gnu.org
segher@gcc.gnu.org
Sat Dec 8 22:31:00 GMT 2018
Author: segher
Date: Sat Dec 8 22:31:09 2018
New Revision: 266909
URL: https://gcc.gnu.org/viewcvs?rev=266909&root=gcc&view=rev
Log:
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".
Modified:
trunk/gcc/c/ChangeLog
trunk/gcc/c/c-parser.c
More information about the Gcc-cvs
mailing list