This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Dwarf 1 pending types
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Dwarf 1 pending types
- From: "Colin Burgess" <cburgess at qnx dot com>
- Date: Fri, 25 Aug 2000 11:07:03 -0400 (edt)
If retry_incomplete_types (in dwarfout.c) generates any pending
types, then these won't be outputted, and the check
right at the end of dwarfout_finish will abort the compile.
Is it reasonable to add
output_pending_types_for_scope (NULL_TREE);
right after retry_incomplete_types, in order to clean up
any leftovers?
--
cburgess@qnx.com