godump.c (struct godump_container): Add invalid_hash field.
authorIan Lance Taylor <iant@google.com>
Tue, 24 May 2011 20:34:47 +0000 (20:34 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 24 May 2011 20:34:47 +0000 (20:34 +0000)
commitf17333e303af2f77ac67f379dfb4fe029a1566cc
tree3afdb068a4bc751da825345eff2d675ba21a65e8
parent235fe6b4497f0d110914461420ab3c91240988d8
godump.c (struct godump_container): Add invalid_hash field.

* godump.c (struct godump_container): Add invalid_hash field.
(go_format_type): Return false if type is found in invalid_hash.
(go_output_typedef): Add invalid type to invalid_hash.
(go_finish): Create and delete invalid_hash.

From-SVN: r174140
gcc/ChangeLog
gcc/godump.c