Re: [PATCH 049/236] asan.c: strengthen some rtx locals

2014-08-13 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: This is an example of strengthening rtx. For example, we now have strong enough types provided by the existing scaffolding to turn insn and insns in this: for (insn = insns; insn; insn = NEXT_INSN (insn)) from plain rtx into rtx_insn *. gcc/

[PATCH 049/236] asan.c: strengthen some rtx locals

2014-08-06 Thread David Malcolm
This is an example of strengthening rtx. For example, we now have strong enough types provided by the existing scaffolding to turn insn and insns in this: for (insn = insns; insn; insn = NEXT_INSN (insn)) from plain rtx into rtx_insn *. gcc/ * asan.c (asan_clear_shadow): Strengthen