https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117844
--- Comment #4 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:a31f66adf8ae695eac5809e99070eda2632662a2 commit r15-5774-ga31f66adf8ae695eac5809e99070eda2632662a2 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Fri Nov 29 01:35:07 2024 -0800 testsuite: Add check vect_unpack for pr117776.cc [PR117844] I had missed that you need to check vect_unpack if you are vectorizing a conversion from char to int. Pushed as obvious after a quick test. PR testsuite/117844 gcc/testsuite/ChangeLog: * g++.dg/vect/pr117776.cc: Check vect_unpack. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>