c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on error_mark_node.
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 7 Jun 2000 22:43:44 +0000 (22:43 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 7 Jun 2000 22:43:44 +0000 (22:43 +0000)
commit5667abce2904b9b040ffb51d79da04545503bf6c
tree68e575e9aa68b36833e0f78077ec30ecbf15773b
parent5af7e2c2e1949e500d44d78d25f98cd3cfdf3e3c
c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on error_mark_node.

* c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
error_mark_node.
* print-tree.c (print_node): The transparent_union_flag means
different things for unions and arrays.  Do not inspect it
with TYPE_TRANSPARENT_UNION.

From-SVN: r34449
gcc/ChangeLog
gcc/c-decl.c
gcc/print-tree.c