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

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

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

commit r14-10393-gcde411950e91e0174a0134360d2eb138ca6821c6
Author: Richard Biener <rguent...@suse.de>
Date:   Sun Jun 30 13:07:14 2024 +0200

    tree-optimization/115694 - ICE with complex store rewrite

    The following adds a missed check when forwprop attempts to rewrite
    a complex store.

            PR tree-optimization/115694
            * tree-ssa-forwprop.cc (pass_forwprop::execute): Check the
            store is complex before rewriting it.

            * g++.dg/torture/pr115694.C: New testcase.

    (cherry picked from commit 543a5b9da964f821b9e723ed9c93d6cdca464d47)

Reply via email to