https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62015
--- Comment #6 from Martin Jambor <jamborm at gcc dot gnu.org> --- Author: jamborm Date: Wed Sep 3 16:36:06 2014 New Revision: 214885 URL: https://gcc.gnu.org/viewcvs?rev=214885&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_8-branch/gcc/testsuite/g++.dg/ipa/pr62015.C Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/ipa-cp.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog