]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: fix gcc.c-torture/compile/libcall-2.c in -m32
authorJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 29 Nov 2023 06:44:59 +0000 (07:44 +0100)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 29 Nov 2023 06:44:59 +0000 (07:44 +0100)
commit4ed0740c6e807460ce79a351094329fdeb551545
treee3a3cb54f301b8b5ede37346559137e228883904
parent99fa0bfd63d97825c4221dcd3123940f1d0e6291
testsuite: fix gcc.c-torture/compile/libcall-2.c in -m32

This test relies on having __int128 in x86_64 targets, which is only
available in -m64.

gcc/testsuite/ChangeLog

* gcc.c-torture/compile/libcall-2.c: Skip test in -m32.
gcc/testsuite/gcc.c-torture/compile/libcall-2.c