https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125502
--- Comment #7 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:60cbce6499e5e616024e48eeeab469b2789c79dc commit r16-9095-g60cbce6499e5e616024e48eeeab469b2789c79dc 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. (cherry picked from commit 09ec0df3217a1dc4abbad1ef7e84642597629a1c)
