This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Nuke gen_tagged_type_instantiation_die (PR debug/39412)
- From: Ian Lance Taylor <iant at google dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Jason Merrill <jason at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 17 Mar 2009 07:12:36 -0700
- Subject: Re: [PATCH] Nuke gen_tagged_type_instantiation_die (PR debug/39412)
- References: <20090311120500.GM4561@tyan-ft48-01.lab.bos.redhat.com>
Jakub Jelinek <jakub@redhat.com> writes:
> 2009-03-11 Jakub Jelinek <jakub@redhat.com>
>
> PR debug/39412
> * dwarf2out.c (gen_inlined_enumeration_type_die,
> gen_inlined_structure_type_die, gen_inlined_union_type_die,
> gen_tagged_type_instantiation_die): Removed.
> (gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
> do nothing.
>
> * gcc.dg/debug/pr39412.c: New test.
This is OK.
Thanks.
Ian