https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92862
--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Tue Dec 10 08:36:56 2019 New Revision: 279156 URL: https://gcc.gnu.org/viewcvs?rev=279156&root=gcc&view=rev Log: Fix typos in 2 functions. 2019-12-10 Martin Liska <mli...@suse.cz> PR tree-optimization/92862 * predict.c (predict_paths_leading_to_edge): Fix typo from e to e2. * tree-ssa-loop-niter.c (loop_only_exit_p): Return false instead of true; Modified: trunk/gcc/ChangeLog trunk/gcc/predict.c trunk/gcc/tree-ssa-loop-niter.c