https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Thu Jun 22 11:19:55 2017 New Revision: 249523 URL: https://gcc.gnu.org/viewcvs?rev=249523&root=gcc&view=rev Log: Backport r248489 2017-06-22 Martin Liska <mli...@suse.cz> Backport from mainline 2017-05-26 Martin Liska <mli...@suse.cz> PR ipa/80663 * params.def: Bound partial-inlining-entry-probability param. 2017-06-22 Martin Liska <mli...@suse.cz> Backport from mainline 2017-05-26 Martin Liska <mli...@suse.cz> PR ipa/80663 * g++.dg/ipa/pr80212.C: Remove the test as it does not longer split at the problematic spot. * gcc.dg/ipa/pr48195.c: Change 101 to 100 as 101 is no longer a valid value of the param. Removed: branches/gcc-6-branch/gcc/testsuite/g++.dg/ipa/pr80212.C Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/params.def branches/gcc-6-branch/gcc/testsuite/ChangeLog branches/gcc-6-branch/gcc/testsuite/gcc.dg/ipa/pr48195.c