public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6064] print-tree: dump DECL_LANG_FLAG_8
@ 2021-12-19 18:49 Patrick Palka
  0 siblings, 0 replies; only message in thread
From: Patrick Palka @ 2021-12-19 18:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:eac42299bfdf7de445b1bbed2ccb736a611f3863

commit r12-6064-geac42299bfdf7de445b1bbed2ccb736a611f3863
Author: Patrick Palka <ppalka@redhat.com>
Date:   Sun Dec 19 13:49:04 2021 -0500

    print-tree: dump DECL_LANG_FLAG_8
    
    gcc/ChangeLog:
    
            * print-tree.c (print_node) <case tcc_declaration>: Dump
            DECL_LANG_FLAG_8.

Diff:
---
 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
--- a/gcc/print-tree.c
+++ b/gcc/print-tree.c
@@ -484,6 +484,8 @@ print_node (FILE *file, const char *prefix, tree node, int indent,
 	    fputs (" decl_6", file);
 	  if (DECL_LANG_FLAG_7 (node))
 	    fputs (" decl_7", file);
+	  if (DECL_LANG_FLAG_8 (node))
+	    fputs (" decl_8", file);
 
 	  mode = DECL_MODE (node);
 	  fprintf (file, " %s", GET_MODE_NAME (mode));


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-19 18:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-19 18:49 [gcc r12-6064] print-tree: dump DECL_LANG_FLAG_8 Patrick Palka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).