Ping x3.
On Sat, Nov 17, 2018 at 08:52:58AM -0600, Segher Boessenkool wrote:
> 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 +0000, 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 on powerpc64-linux {-m32,-m64}. Is this okay for trunk?
> > >
> > >
> > > Segher
> > >
> > >
> > > gcc/c/c-parser.c | 79
> > > ++++++++++++---------
> > > gcc/c/c-tree.h | 3 +-
> > > gcc/c/c-typeck.c | 3 +-
> > > gcc/cp/cp-tree.h | 2 +-
> > > gcc/cp/parser.c | 92
> > > +++++++++++++++++--------
> > > gcc/cp/pt.c | 2 +-
> > > gcc/cp/semantics.c | 3 +-
> > > gcc/doc/extend.texi | 10 ++-
> > > gcc/gimple-pretty-print.c | 2 +
> > > gcc/gimple.h | 24 ++++++-
> > > gcc/gimplify.c | 1 +
> > > gcc/ipa-icf-gimple.c | 3 +
> > > gcc/testsuite/c-c++-common/torture/asm-inline.c | 53 ++++++++++++++
> > > gcc/tree-core.h | 3 +
> > > gcc/tree-inline.c | 3 +
> > > gcc/tree.h | 3 +
> > > 16 files changed, 221 insertions(+), 65 deletions(-)
> > > create mode 100644 gcc/testsuite/c-c++-common/torture/asm-inline.c
> > >
> > > --
> > > 1.8.3.1