https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117330
--- Comment #15 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:e20ced2cb83c015ad1f934957002a2874b6f7c93 commit r15-4726-ge20ced2cb83c015ad1f934957002a2874b6f7c93 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Mon Oct 28 13:29:58 2024 -0700 testcase: Add testcase for PR 117330 [PR117330] This testcase was causing an ICE during vectorization due to r15-4695-gd17e672ce82e69 but was fixed with r15-4713-g0942bb85fc5573. Pushed as obvious after a quick test on x86_64-linux-gnu to make sure the testcase passes. PR tree-optimization/117330 gcc/testsuite/ChangeLog: * gcc.dg/torture/pr117330-1.c: New test. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>