Re: [PATCH 4/4] c++, asm: Do not handle any asm-qualifiers in top-level asm

2018-12-18 Thread Jason Merrill
On 12/10/18 5:47 PM, Segher Boessenkool wrote: Previously, "volatile" was allowed. Changing this simplifies the code, makes things more regular, and makes the C and C++ frontends handle this the same way. 2018-12-10 Segher Boessenkool cp/ * parser.c (cp_parser_asm_definition): Do n

[PATCH 4/4] c++, asm: Do not handle any asm-qualifiers in top-level asm

2018-12-10 Thread Segher Boessenkool
Previously, "volatile" was allowed. Changing this simplifies the code, makes things more regular, and makes the C and C++ frontends handle this the same way. 2018-12-10 Segher Boessenkool cp/ * parser.c (cp_parser_asm_definition): Do not allow any asm qualifiers on top-level