]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Fix up g++.dg/ext/int128-8.C testcase [PR109560]
authorJakub Jelinek <jakub@redhat.com>
Thu, 20 Apr 2023 07:43:04 +0000 (09:43 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 20 Apr 2023 07:43:04 +0000 (09:43 +0200)
commitbd4a1a547242a924663712ac7a13799433cdf476
tree4cabd7d80e1b3e9365809da4d2a6b12ab72ba182
parent57e7229a29ca0e9929b61051e4f5857f0b41b6c7
testsuite: Fix up g++.dg/ext/int128-8.C testcase [PR109560]

The testcase needs to be restricted to int128 effective targets,
it expectedly fails on i386 and other 32-bit targets.

2023-04-20  Jakub Jelinek  <jakub@redhat.com>

PR c++/108099
PR testsuite/109560
* g++.dg/ext/int128-8.C: Require int128 effective target.
gcc/testsuite/g++.dg/ext/int128-8.C