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
for trunk?
Dave
>From 8d7538cb6676a2f158ea9be56820a1d57eb34b82 Mon Sep 17 00:00:00 2001
From: David Malcolm
Date: Wed, 30 Apr 2014 15:46:16 -0400
Subject: [PATCH] gengtype: Support explicit pointers in template arguments
gcc/
* gengtype-parse.c (require3): New.
(require_template_declara