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

--- Comment #13 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:5125737077adc2110b9f17f06141e8f76ccab9b9

commit r11-10510-g5125737077adc2110b9f17f06141e8f76ccab9b9
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Sep 2 13:36:13 2022 +0200

    tree-optimization/106809 - compile time hog in VN

    The dominated_by_p_w_unex function is prone to high compile time.
    With GCC 12 we introduced a VN run for uninit diagnostics which now
    runs into a degenerate case with bison generated code.  Fortunately
    this case is easy to fix with a simple extra check - a more
    general fix needs more work.

            PR tree-optimization/106809
            * tree-ssa-sccvn.c (dominaged_by_p_w_unex): Check we have
            more than one successor before doing extra work.

            * gcc.dg/torture/pr106809.c: New testcase.

    (cherry picked from commit be1b42de9c151d46c89f9a8f82d4c5839a19ea94)
  • [Bug tree-optimization/106809] ... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to