dwarf2out.c (incomplete_types, [...]): Make them into varray's and register them...
authorTim Freeman <tim@fungibole.com>
Mon, 10 Sep 2001 18:09:27 +0000 (18:09 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 10 Sep 2001 18:09:27 +0000 (11:09 -0700)
commit244a4af0453aa14bf60ae753edf6f88992d8c5e0
tree80b0f844a5ff1cde1645f44b46cabce57b10314e
parent71a18acf34505b8996ee91679cc7edc5758accb3
dwarf2out.c (incomplete_types, [...]): Make them into varray's and register them as roots with the garbage collector...

        * dwarf2out.c (incomplete_types, decl_scope_table): Make them
        into varray's and register them as roots with the garbage
        collector so they are not collected too soon.

From-SVN: r45513
gcc/ChangeLog
gcc/dwarf2out.c