Re: [PATCH 5/6] Port various places from union access to subclass access.

2013-11-18 Thread David Malcolm
On Thu, 2013-11-14 at 00:34 -0700, Jeff Law wrote: > On 10/31/13 10:26, David Malcolm wrote: [...] > > diff --git a/gcc/gimple.c b/gcc/gimple.c > > index 9b1337a..e9ef8e0 100644 > > --- a/gcc/gimple.c > > +++ b/gcc/gimple.c > > @@ -641,21 +641,22 @@ static inline gimple > > gimple_build_asm_1 (

Re: [PATCH 5/6] Port various places from union access to subclass access.

2013-11-13 Thread Jeff Law
On 10/31/13 10:26, David Malcolm wrote: diff --git a/gcc/gimple-streamer-in.c b/gcc/gimple-streamer-in.c index 4f31b83..2555dbe 100644 --- a/gcc/gimple-streamer-in.c +++ b/gcc/gimple-streamer-in.c @@ -129,13 +129,14 @@ input_gimple_stmt (struct lto_input_block *ib, struct data_in *data_in,

[PATCH 5/6] Port various places from union access to subclass access.

2013-10-31 Thread David Malcolm
* gimple-streamer-in.c (input_gimple_stmt): Port from union access to use of as_a. * gimple.c (gimple_build_asm_1): Likewise. (gimple_build_try): Likewise. Also, return a specific subclass rather than just gimple. (gimple_build_resx): Port from union

[PATCH 5/6] Port various places from union access to subclass access.

2013-08-29 Thread David Malcolm
* gimple-streamer-in.c (input_gimple_stmt): Port from union access to use of as_a. * gimple.c (gimple_build_asm_1): Likewise. (gimple_build_try): Likewise. Also, return a specific subclass rather than just gimple. (gimple_build_resx): Port from union