]> gcc.gnu.org Git - gcc.git/commit
dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table notion of nesting...
authorJason Merrill <jason@casey.cygnus.com>
Tue, 16 Nov 1999 00:13:51 +0000 (00:13 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 16 Nov 1999 00:13:51 +0000 (19:13 -0500)
commit348bb3c7ed94f7224110bab364e70d962a7c31c0
tree9aeae364af652309cab1200a2c135753c48d65bc
parent290ad3550bbd3227775b898477a1a8eae353574a
dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table notion of nesting to find the DIE for a type...

        * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
        notion of nesting to find the DIE for a type or function.
        DIEs can go in limbo even if we got a context_die.
        (push_decl_scope): Our context doesn't need to be in decl_scope_table.
        (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
        for local type.
        (gen_decl_die): Ignore NAMESPACE_DECLs for now.
        (gen_type_die): Writing out the context doesn't cause member class
        template instantiations to be written out as well.

From-SVN: r30540
gcc/ChangeLog
gcc/dwarf2out.c
This page took 0.063023 seconds and 5 git commands to generate.