Re: [PATCH 027/236] asan_emit_stack_protection returns an insn

2014-08-19 Thread David Malcolm
On Tue, 2014-08-12 at 21:56 -0600, Jeff Law wrote: On 08/06/14 11:20, David Malcolm wrote: gcc/ * asan.h (asan_emit_stack_protection): Strengthen return type from rtx to rtx_insn *. * asan.c (asan_emit_stack_protection): Likewise. Add local insns to hold the return

Re: [PATCH 027/236] asan_emit_stack_protection returns an insn

2014-08-12 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: gcc/ * asan.h (asan_emit_stack_protection): Strengthen return type from rtx to rtx_insn *. * asan.c (asan_emit_stack_protection): Likewise. Add local insns to hold the return value. OK. Jeff

[PATCH 027/236] asan_emit_stack_protection returns an insn

2014-08-06 Thread David Malcolm
gcc/ * asan.h (asan_emit_stack_protection): Strengthen return type from rtx to rtx_insn *. * asan.c (asan_emit_stack_protection): Likewise. Add local insns to hold the return value. --- gcc/asan.c | 7 --- gcc/asan.h | 4 ++-- 2 files changed, 6 insertions(+),