Commit 3fc341ac by Richard Kenner

(print_node): Print TYPE_PACKED.

From-SVN: r9488
parent 41ddaaa4
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment