This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Dwarf 1 pending types
- To: gcc at gcc dot gnu dot org
- Subject: Dwarf 1 pending types
- From: "Colin Burgess" <cburgess at qnx dot com>
- Date: Tue, 5 Sep 2000 17:00:40 -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