Re: [PATCH] gengtype: Support explicit pointers in template arguments

2014-05-13 Thread David Malcolm
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

Re: [PATCH] gengtype: Support explicit pointers in template arguments

2014-05-05 Thread Jeff Law
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

Re: [PATCH] gengtype: Support explicit pointers in template arguments

2014-05-02 Thread David Malcolm
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

Re: [PATCH] gengtype: Support explicit pointers in template arguments

2014-05-02 Thread Richard Sandiford
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