Re: [PATCH 041/236] Debug hooks: use rtx_insn and rtx_code_label

2014-08-21 Thread David Malcolm
On Wed, 2014-08-13 at 12:05 -0600, Jeff Law wrote: On 08/06/14 11:20, David Malcolm wrote: gcc/ * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook label from rtx to rtx_code_label *. Strengthen param 1 o var_location hook from rtx to rtx_insn *.

Re: [PATCH 041/236] Debug hooks: use rtx_insn and rtx_code_label

2014-08-13 Thread Jeff Law
On 08/06/14 11:20, David Malcolm wrote: gcc/ * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook label from rtx to rtx_code_label *. Strengthen param 1 o var_location hook from rtx to rtx_insn *. (debug_nothing_rtx): Delete in favor of...

[PATCH 041/236] Debug hooks: use rtx_insn and rtx_code_label

2014-08-06 Thread David Malcolm
gcc/ * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook label from rtx to rtx_code_label *. Strengthen param 1 o var_location hook from rtx to rtx_insn *. (debug_nothing_rtx): Delete in favor of... (debug_nothing_rtx_code_label): New prototype.