On Thu, May 18, 2017 at 9:05 PM, Martin Sebor wrote:
> The debug_tree() function doesn't print the DECL_READ_P flag
> for a VAR_DECL or PARM_DECL. The attached two like patch makes
> it do so.
Ok.
Richard.
> Martin
The debug_tree() function doesn't print the DECL_READ_P flag
for a VAR_DECL or PARM_DECL. The attached two like patch makes
it do so.
Martin
gcc/ChangeLog:
* print-tree.c (print_node): Print DECL_READ_P flag.
/* Bit masks to control dumping. Not all values are applicable to all
diff --git a/