https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100414
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:7a3897661151cf8cc77d11f7a98fc64259210748 commit r12-439-g7a3897661151cf8cc77d11f7a98fc64259210748 Author: Richard Biener <rguent...@suse.de> Date: Tue May 4 13:39:14 2021 +0200 tree-optimization/100414 - compute dominance info in phiopt phiopt now has dominator queries but fails to compute dominance info. 2021-05-04 Richard Biener <rguent...@suse.de> PR tree-optimization/100414 * tree-ssa-phiopt.c (get_non_trapping): Do not compute dominance info here. (tree_ssa_phiopt_worker): But unconditionally here. * gcc.dg/pr100414.c: New testcase.