Re: [PATCH 0/2] asm qualifiers (PR55681) and asm input

2018-11-17 Thread Segher Boessenkool
Ping x2. On Sat, Nov 10, 2018 at 06:33:37PM -0600, Segher Boessenkool wrote: > Ping. > > On Tue, Oct 30, 2018 at 05:30:32PM +, Segher Boessenkool wrote: > > Hi! > > > > This is the same "asm input" patch as before, but now preceded by a patch > > that makes all orderings of volatile/goto/inl

Re: [PATCH 0/2] asm qualifiers (PR55681) and asm input

2018-11-10 Thread Segher Boessenkool
Ping. On Tue, Oct 30, 2018 at 05:30:32PM +, Segher Boessenkool wrote: > Hi! > > This is the same "asm input" patch as before, but now preceded by a patch > that makes all orderings of volatile/goto/inline valid, also the other type > qualifiers for C, and also repetitions for C. > > Tested o

[PATCH 0/2] asm qualifiers (PR55681) and asm input

2018-10-30 Thread Segher Boessenkool
Hi! This is the same "asm input" patch as before, but now preceded by a patch that makes all orderings of volatile/goto/inline valid, also the other type qualifiers for C, and also repetitions for C. Tested on powerpc64-linux {-m32,-m64}. Is this okay for trunk? Segher gcc/c/c-parser.c