Re: [PATCH 0/3] Compile-time gimple checking v4

2014-05-13 Thread Richard Biener
On Tue, May 13, 2014 at 3:27 PM, David Malcolm wrote: > On Tue, 2014-05-13 at 15:10 +0200, Richard Biener wrote: >> On Tue, May 13, 2014 at 2:37 PM, Michael Matz wrote: >> > Hi, >> > >> > On Mon, 12 May 2014, David Malcolm wrote: >> > >> >> The "gfoo" type names are pleasantly terse, though I'm a

Re: [PATCH 0/3] Compile-time gimple checking v4

2014-05-13 Thread David Malcolm
On Tue, 2014-05-13 at 15:10 +0200, Richard Biener wrote: > On Tue, May 13, 2014 at 2:37 PM, Michael Matz wrote: > > Hi, > > > > On Mon, 12 May 2014, David Malcolm wrote: > > > >> The "gfoo" type names are pleasantly terse, though I'm a little unhappy > >> about how they no longer match the prefix

Re: [PATCH 0/3] Compile-time gimple checking v4

2014-05-13 Thread Richard Biener
On Tue, May 13, 2014 at 2:37 PM, Michael Matz wrote: > Hi, > > On Mon, 12 May 2014, David Malcolm wrote: > >> The "gfoo" type names are pleasantly terse, though I'm a little unhappy >> about how they no longer match the prefix of the accessor functions e.g. >> gimple_switch_num_labels (const gsw

Re: [PATCH 0/3] Compile-time gimple checking v4

2014-05-13 Thread Michael Matz
Hi, On Mon, 12 May 2014, David Malcolm wrote: > The "gfoo" type names are pleasantly terse, though I'm a little unhappy > about how they no longer match the prefix of the accessor functions e.g. > gimple_switch_num_labels (const gswitch *gs) > vs > gimple_switch_num_labels (const gimple_switc