https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61510
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Oct 1 14:46:32 2014 New Revision: 215767 URL: https://gcc.gnu.org/viewcvs?rev=215767&root=gcc&view=rev Log: PR c++/63306 Backported from mainline 2014-08-01 James Greenhalgh <james.greenha...@arm.com> PR regression/61510 * cgraphunit.c (analyze_functions): Use get_create rather than get for decls which are clones of abstract functions. * g++.dg/ipa/pr63306.C: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr63306.C Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/cgraphunit.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog