]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: restrict ctf-array-7 test to 64-bit targets [PR121411]
authorDavid Faust <david.faust@oracle.com>
Tue, 26 Aug 2025 19:14:15 +0000 (12:14 -0700)
committerDavid Faust <david.faust@oracle.com>
Tue, 26 Aug 2025 19:18:49 +0000 (12:18 -0700)
commitde04eb4ccaa77b048bca367e71d0af7de12258d1
tree42f5ced79d190fece4cb6d7fb762ab04c8e65dc3
parent4b4ee2fa4a555c63869475bb340bb58d5d29ae74
testsuite: restrict ctf-array-7 test to 64-bit targets [PR121411]

The test fails to compile on 32-bit targets because the arrays are too
large.  Restrict to targets where the array index type is 64-bits.
Also note the relevant PR in the test comment.

PR debug/121411

gcc/testsuite/

* gcc.dg/debug/ctf/ctf-array-7.c: Restrict to lp64,llp64
targets.
gcc/testsuite/gcc.dg/debug/ctf/ctf-array-7.c