This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Dwarf 1 pending types


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]