print-tree: dump DECL_LANG_FLAG_8
authorPatrick Palka <ppalka@redhat.com>
Sun, 19 Dec 2021 18:49:04 +0000 (13:49 -0500)
committerPatrick Palka <ppalka@redhat.com>
Sun, 19 Dec 2021 18:49:04 +0000 (13:49 -0500)
gcc/ChangeLog:

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

gcc/print-tree.c

index b5dc523..297492a 100644 (file)
@@ -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));