[Bug c/105148] [11/12 Regression] ICE in verify_use, at tree-ssa.cc:881

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 6 06:21:52 GMT 2022


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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:86242eb1bd03eba82d8e22b01b16925d43bcc539

commit r12-8014-g86242eb1bd03eba82d8e22b01b16925d43bcc539
Author: Richard Biener <rguenther@suse.de>
Date:   Tue Apr 5 16:06:10 2022 +0200

    tree-optimization/105148 - fix IVOPTs recording uses

    The following fixes recording uses in ARRAY_REFs with non-constant
    element size or low bound.

    2022-04-05  Richard Biener  <rguenther@suse.de>

            PR tree-optimization/105148
            * tree-ssa-loop-ivopts.cc (idx_record_use): Walk raw operands
            2 and 3 of ARRAY_REFs.

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


More information about the Gcc-bugs mailing list