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

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

https://gcc.gnu.org/g:fcf27816635186acce77dd9b6d756d5c93fd92ef

commit r12-9481-gfcf27816635186acce77dd9b6d756d5c93fd92ef
Author: Richard Biener <rguent...@suse.de>
Date:   Wed Feb 15 14:00:21 2023 +0100

    tree-optimization/108791 - checking ICE with sloppy ADDR_EXPR

    The following fixes a checking ICE by choosing a more appropriate
    type for an ADDR_EXPR built by forwprop.

            PR tree-optimization/108791
            * tree-ssa-forwprop.cc (optimize_vector_load): Build
            the ADDR_EXPR of a TARGET_MEM_REF using a more meaningful
            type.

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

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

Reply via email to