On Mon, 2014-05-05 at 10:18 -0600, Jeff Law wrote:
> On 04/30/14 21:07, David Malcolm wrote:
> > Currently, gengtype does not support template arguments that are
> > explicitly pointers, such as:
> >static GTY(()) vec test_gimple; giving this
> > error:
> >../../src/gcc/gimple-expr.c:902: p
On 04/30/14 21:07, David Malcolm wrote:
Currently, gengtype does not support template arguments that are
explicitly pointers, such as:
static GTY(()) vec test_gimple; giving this
error:
../../src/gcc/gimple-expr.c:902: parse error: expected a string constant or
',', have '*' instead
requir
On Fri, 2014-05-02 at 17:43 +0100, Richard Sandiford wrote:
> David Malcolm writes:
> > Currently, gengtype does not support template arguments that are
> > explicitly pointers, such as:
> > static GTY(()) vec test_gimple; giving this
> > error:
> > ../../src/gcc/gimple-expr.c:902: parse error
David Malcolm writes:
> Currently, gengtype does not support template arguments that are
> explicitly pointers, such as:
> static GTY(()) vec test_gimple; giving this
> error:
> ../../src/gcc/gimple-expr.c:902: parse error: expected a string constant or
> ',', have '*' instead
> requiring th