aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/gomp/unroll-simd-3.f90
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2025-04-14 19:35:20 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2025-04-14 19:35:20 +0200
commitebdf92b6067a357e7bb08bfde294cc19b50e6abb (patch)
tree9e694671d940e75633bedc2ca355c38442a22b90 /gcc/testsuite/gfortran.dg/gomp/unroll-simd-3.f90
parentf96a54350afcf7f3c90d0ecb51d7683d826acc00 (diff)
downloadgcc-master.zip
gcc-master.tar.gz
gcc-master.tar.bz2
testsuite: Fix up ipa/pr119530.c testcase [PR119318]HEADtrunkmaster
I'm seeing +FAIL: gcc.dg/ipa/pr119530.c execution test on i686-linux. The problem is that when long is just 32-bit and so is unsigned, the testcase then behaves differently and should abort. Fixed by making the argument long long instead. While at it, just in case I've changed type of d variable to signed char as well just in case there is -funsigned-char 8-bit int target or something similar. 2025-04-14 Jakub Jelinek <jakub@redhat.com> PR ipa/119318 * gcc.dg/ipa/pr119530.c (d): Change type from char to signed char. (e): Change argument type from long to long long.
Diffstat (limited to 'gcc/testsuite/gfortran.dg/gomp/unroll-simd-3.f90')
0 files changed, 0 insertions, 0 deletions