Re: [2/4] Using gen_int_mode instead of GEN_INT

2013-09-09 Thread Richard Biener
On Mon, Sep 9, 2013 at 12:24 PM, Richard Sandiford wrote: > Similar to patch 1, but here the calls are all to expand_* routines. > > Tested in the same way as before. OK to install? Ok. Thanks, Richard. > Thanks, > Richard > > > gcc/ > * asan.c (asan_clear_shadow): Use gen_int_mode wit

[2/4] Using gen_int_mode instead of GEN_INT

2013-09-09 Thread Richard Sandiford
Similar to patch 1, but here the calls are all to expand_* routines. Tested in the same way as before. OK to install? Thanks, Richard gcc/ * asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated expand_* call. (asan_emit_stack_protection): Likewis