https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100566
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:9ddc622a15d05510e7ab17ca1584d7fdb828d64e commit r10-9828-g9ddc622a15d05510e7ab17ca1584d7fdb828d64e Author: Richard Biener <rguent...@suse.de> Date: Wed May 12 15:39:52 2021 +0200 tree-optimization/100566 - fix another predication issue in VN This amends the fix for PR100053 where I failed to amend all edge tests in dominated_by_p_w_unex. 2021-05-12 Richard Biener <rguent...@suse.de> PR tree-optimization/100566 * tree-ssa-sccvn.c (dominated_by_p_w_unex): Properly handle allow_back for all edge queries. * gcc.dg/torture/pr100566.c: New testcase. (cherry picked from commit 097fde5e7514e909f2e8472be2e008d0cab2260d)