------- Comment #8 from jakub at gcc dot gnu dot org 2010-07-01 11:03 ------- Subject: Bug 43801
Author: jakub Date: Thu Jul 1 11:03:31 2010 New Revision: 161661 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161661 Log: Backport from mainline 2010-06-29 Jakub Jelinek <ja...@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. Added: branches/gcc-4_5-branch/gcc/testsuite/g++.dg/torture/pr43801.C Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/cgraph.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43801