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

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

https://gcc.gnu.org/g:09ec0df3217a1dc4abbad1ef7e84642597629a1c

commit r17-1221-g09ec0df3217a1dc4abbad1ef7e84642597629a1c
Author: Richard Biener <[email protected]>
Date:   Tue Jun 2 12:06:23 2026 +0200

    tree-optimization/125502 - vector load decomposition issue

    When forwprop decomposes a vector load based on BIT_FIELD_REF
    uses we have to avoid moving defs of abnormals.

            PR tree-optimization/125502
            * tree-ssa-forwprop.cc (optimize_vector_load): Do not
            move defs of abnormals.

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

Reply via email to