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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-16 branch has been updated by Richard Biener
<[email protected]>:

https://gcc.gnu.org/g:9c4272c58571ddcae364d1fc7d01a30f213dce10

commit r16-9269-g9c4272c58571ddcae364d1fc7d01a30f213dce10
Author: Richard Biener <[email protected]>
Date:   Mon Jun 8 14:02:38 2026 +0200

    tree-optimization/125668 - missed alignment updating from forwprop

    With the PR125296 fix I forgot to handle the LHS propagation case.

            PR tree-optimization/125668
            * tree-ssa-forwprop.cc (forward_propagate_addr_expr_1):
            Preserve alignment of the original access also for propagating
            into the LHS.

            * gcc.dg/pr125668.c: New testcase.

    (cherry picked from commit 878b5b0030d4b42b94b7df38375d6bf5f187dc33)

Reply via email to