[PATCH] Follow-up to the last gengtype patch: handle DEF_VEC_A in gengtype

2012-07-30 Thread Laurynas Biveinis
I only remembered to add DEF_VEC_A handlgin to gengtype.c a second after committing the previous patch [1]. Here it is, done as a follow up. With some luck, this will be short-lived code because of the C++ conversion. Bootstrapped and regtested on x86_64 linux. OK for trunk? 2012-07-30 Lauryn

Re: [PATCH] Follow-up to the last gengtype patch: handle DEF_VEC_A in gengtype

2012-07-30 Thread Steven Bosscher
On Mon, Jul 30, 2012 at 2:41 PM, Laurynas Biveinis wrote: > I only remembered to add DEF_VEC_A handlgin to gengtype.c a second after > committing the previous patch [1]. > > Here it is, done as a follow up. With some luck, this will be short-lived > code because of the C++ conversion. Hello Lau

Re: [PATCH] Follow-up to the last gengtype patch: handle DEF_VEC_A in gengtype

2012-07-30 Thread Laurynas Biveinis
Hi - > See http://gcc.gnu.org/PR53880#c27 > > Could you please have a look at that problem, and see if you, with all > your GTY-fu, see an easy way out? It looks like you beat me to it :) -- Laurynas

Re: [PATCH] Follow-up to the last gengtype patch: handle DEF_VEC_A in gengtype

2012-08-06 Thread Laurynas Biveinis
Ping? 2012/7/30 Laurynas Biveinis : > I only remembered to add DEF_VEC_A handlgin to gengtype.c a second after > committing the previous patch [1]. > > Here it is, done as a follow up. With some luck, this will be short-lived > code because of the C++ conversion. > > Bootstrapped and regtested o