Re: [PATCH] print-tree: dump DECL_LANG_FLAG_8

2021-12-15 Thread Jason Merrill via Gcc-patches
On 12/15/21 15:11, Patrick Palka wrote: Tested on x86_64-pc-linux-gnu, does this look OK for trunk? OK. gcc/ChangeLog: * print-tree.c (print_node) : Dump DECL_LANG_FLAG_8. --- gcc/print-tree.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/print-tree.c b/gcc/pri

[PATCH] print-tree: dump DECL_LANG_FLAG_8

2021-12-15 Thread Patrick Palka via Gcc-patches
Tested on x86_64-pc-linux-gnu, does this look OK for trunk? gcc/ChangeLog: * print-tree.c (print_node) : Dump DECL_LANG_FLAG_8. --- gcc/print-tree.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/print-tree.c b/gcc/print-tree.c index b5dc523fcb1..297492ad51c 100644 ---