https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100414

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Richard Biener
<rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:12ff76b01f07fff049cbfeb0ef536ce42f1f178b

commit r11-8350-g12ff76b01f07fff049cbfeb0ef536ce42f1f178b
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.

    (cherry picked from commit 7a3897661151cf8cc77d11f7a98fc64259210748)

Reply via email to