On Sat, Apr 4, 2020 at 5:40 AM Eric Botcazou <botca...@adacore.com> wrote: > > > gcc/ChangeLog: > > > > 2020-04-04 Jan Hubicka <hubi...@ucw.cz> > > > > PR ipa/93940 > > * ipa-fnsummary.c (vrp_will_run_p): New function. > > (fre_will_run_p): New function. > > (evaluate_properties_for_edge): Use it. > > * ipa-inline.c (can_inline_edge_by_limits_p): Do not inline > > !optimize_debug to optimize_debug. > > The change 1) breaks bootstrap and 2) fails to update the ChangeLog files. >
Bootstrap failure: https://gcc.gnu.org/pipermail/gcc-regression/2020-April/072521.html -- H.J.