https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113287
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:7012a252528233ca3ced5b9230013c50b604da9b commit r14-7223-g7012a252528233ca3ced5b9230013c50b604da9b Author: Jakub Jelinek <ja...@redhat.com> Date: Sat Jan 13 10:46:51 2024 +0100 testsuite: Fix up vect-early-break_100-pr113287.c testcase [PR113287] When the testcase was being adjusted for unsigned long -> unsigned long long, two spots using long weren't changed to long long, so the testcase still warns about UB in shifts. 2024-01-13 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/113287 * gcc.dg/vect/vect-early-break_100-pr113287.c: Use long long instead of long.