testsuite: Fix up vect-early-break_100-pr113287.c testcase [PR113287]
commit7012a252528233ca3ced5b9230013c50b604da9b
authorJakub Jelinek <jakub@redhat.com>
Sat, 13 Jan 2024 09:46:51 +0000 (13 10:46 +0100)
committerJakub Jelinek <jakub@redhat.com>
Sat, 13 Jan 2024 09:46:51 +0000 (13 10:46 +0100)
treef99976daf7932d964368eabd03b087ce0a911498
parent65388b28656d65595bdaf191df85af81c35ca638
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  <jakub@redhat.com>

PR tree-optimization/113287
* gcc.dg/vect/vect-early-break_100-pr113287.c: Use long long instead
of long.
gcc/testsuite/gcc.dg/vect/vect-early-break_100-pr113287.c