Re: [PATCH] enhance debug_tree() to print DECL_READ_P flag

2017-05-19 Thread Richard Biener
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

[PATCH] enhance debug_tree() to print DECL_READ_P flag

2017-05-18 Thread Martin Sebor
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/