Re: [PATCH 1/4] c/c++, asm: Write the asm-qualifier loop without "done" boolean

2018-12-18 Thread Jason Merrill
On 12/10/18 5:47 PM, Segher Boessenkool wrote: As suggested by Jason. Segher 2018-12-10 Segher Boessenkool c/ * c-parser.c (c_parser_asm_statement): Rewrite the loop to work without "done" boolean variable. cp/ * parser.c (cp_parser_asm_definition): Rewrite the lo

[PATCH 1/4] c/c++, asm: Write the asm-qualifier loop without "done" boolean

2018-12-10 Thread Segher Boessenkool
As suggested by Jason. Segher 2018-12-10 Segher Boessenkool c/ * c-parser.c (c_parser_asm_statement): Rewrite the loop to work without "done" boolean variable. cp/ * parser.c (cp_parser_asm_definition): Rewrite the loop to work without "done" boolean variabl