This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Clear DECL_SECTION_NAME during cgraph_create_virtual_clone (PR tree-optimization/43801)
- From: Diego Novillo <dnovillo at google dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Richard Guenther <rguenther at suse dot de>, Jan Hubicka <jh at suse dot cz>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 29 Jun 2010 15:02:41 -0400
- Subject: Re: [PATCH] Clear DECL_SECTION_NAME during cgraph_create_virtual_clone (PR tree-optimization/43801)
- References: <20100629185445.GQ25077@tyan-ft48-01.lab.bos.redhat.com>
On Tue, Jun 29, 2010 at 14:54, Jakub Jelinek <jakub@redhat.com> wrote:
> 2010-06-29 ÂJakub Jelinek Â<jakub@redhat.com>
>
> Â Â Â ÂPR tree-optimization/43801
> Â Â Â Â* cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
> Â Â Â Âif old_decl was DECL_ONE_ONLY.
>
> Â Â Â Â* g++.dg/torture/pr43801.C: New test.
OK.
Diego.