]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Adjust switch-exp-transform-3.c for 32bit
authorFilip Kastl <fkastl@suse.cz>
Wed, 31 Jul 2024 11:40:45 +0000 (13:40 +0200)
committerFilip Kastl <fkastl@suse.cz>
Wed, 31 Jul 2024 11:40:45 +0000 (13:40 +0200)
commitf40fd85c32c9ab4849065d0d14cd5a7ad67619b8
tree568d86ba7e98b28f279cb448d7b6ca39e81a673a
parent996c2e2144c4a534b65424170c596dcbf44ba6db
testsuite: Adjust switch-exp-transform-3.c for 32bit

32bit x86 CPUs won't natively support the FFS operation on a 64 bit
type.  Therefore, I'm setting the long long int part of the
switch-exp-transform-3.c test to only execute with 64bit targets.

gcc/testsuite/ChangeLog:

* gcc.target/i386/switch-exp-transform-3.c: Set the long long
int test to only execute with 64bit targets.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
gcc/testsuite/gcc.target/i386/switch-exp-transform-3.c