diff options
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r-- | gcc/print-tree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c index b5dc523..297492a 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)); |