[gimple-classes] New branch (was Re: [RFC] Compile-time gimple-checking (again))

2014-10-27 Thread David Malcolm
On Thu, 2014-10-16 at 12:36 -0600, Jeff Law wrote: > On 10/16/14 05:27, Richard Biener wrote: > >> > >> This required numerous essentially mechanical changes to the patches > >> e.g. for the big reworking of cgraph functions to be methods. I've been > >> working on the assumption that these variou

Re: [RFC] Compile-time gimple-checking (again)

2014-10-16 Thread Jeff Law
On 10/16/14 05:27, Richard Biener wrote: This required numerous essentially mechanical changes to the patches e.g. for the big reworking of cgraph functions to be methods. I've been working on the assumption that these various changes aren't going to require a re-review. If they're fairly mech

Re: [RFC] Compile-time gimple-checking (again)

2014-10-16 Thread Richard Biener
On Wed, Oct 15, 2014 at 6:15 PM, David Malcolm wrote: > Back in March I posted an 89-patch kit to expand and make use of the > gimple statement class hierarchy to move much of the type-checking of > statement accessors to be at compile-time rather than run-time: > https://gcc.gnu.org/ml/gcc-pat