(print_node): Print TYPE_PACKED.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 26 Apr 1995 21:25:21 +0000 (17:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 26 Apr 1995 21:25:21 +0000 (17:25 -0400)
From-SVN: r9488

gcc/print-tree.c

index 396c3e221790b2b210edb09ac372e35468a67837..cd7e8088d3499b207a9c1ef5bd45379da0e5635b 100644 (file)
@@ -475,6 +475,8 @@ print_node (file, prefix, node, indent)
        fputs (" needs-constructing", file);
       if (TYPE_TRANSPARENT_UNION (node))
        fputs (" transparent-union", file);
+      if (TYPE_PACKED (node))
+       fputs (" packed", file);
 
       if (TYPE_LANG_FLAG_0 (node))
        fputs (" type_0", file);