https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62015
--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> --- Author: jamborm Date: Wed Sep 3 16:16:28 2014 New Revision: 214883 URL: https://gcc.gnu.org/viewcvs?rev=214883&root=gcc&view=rev Log: 2014-09-03 Martin Jambor <mjam...@suse.cz> PR ipa/62015 * ipa-cp.c (intersect_aggregates_with_edge): Handle impermissible pass-trough jump functions correctly. testsuite/ * g++.dg/ipa/pr62015.C: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/g++.dg/ipa/pr62015.C Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/ipa-cp.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog