Re: [PATCH 01/89] Const-correctness fixes for some gimple accessors

2014-04-26 Thread Gerald Pfeifer
On Mon, 21 Apr 2014, David Malcolm wrote: > It was pointed out to me off-list that this patch series lacks > documentation changes. I'm working on fixing that, though am not sure I > want to fill everyone inboxes with an updated set of patches yet. > Should I send a combined patch for the document

Re: [PATCH 01/89] Const-correctness fixes for some gimple accessors

2014-04-21 Thread David Malcolm
On Mon, 2014-04-21 at 12:43 -0600, Jeff Law wrote: > On 04/21/14 10:56, David Malcolm wrote: > > gcc/ > > * gimple.h (gimple_assign_single_p): Accept a const_gimple rather > > than a gimple. > > (gimple_store_p): Likewise. > > (gimple_assign_load_p): Likewise. > > (gimple_assign

Re: [PATCH 01/89] Const-correctness fixes for some gimple accessors

2014-04-21 Thread Jeff Law
On 04/21/14 10:56, David Malcolm wrote: gcc/ * gimple.h (gimple_assign_single_p): Accept a const_gimple rather than a gimple. (gimple_store_p): Likewise. (gimple_assign_load_p): Likewise. (gimple_assign_cast_p): Likewise. (gimple_clobber_p): Likewis

[PATCH 01/89] Const-correctness fixes for some gimple accessors

2014-04-21 Thread David Malcolm
gcc/ * gimple.h (gimple_assign_single_p): Accept a const_gimple rather than a gimple. (gimple_store_p): Likewise. (gimple_assign_load_p): Likewise. (gimple_assign_cast_p): Likewise. (gimple_clobber_p): Likewise. --- gcc/gimple.h | 10 +- 1 fi