https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121411
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by David Faust <dfa...@gcc.gnu.org>: https://gcc.gnu.org/g:de04eb4ccaa77b048bca367e71d0af7de12258d1 commit r16-3401-gde04eb4ccaa77b048bca367e71d0af7de12258d1 Author: David Faust <david.fa...@oracle.com> Date: Tue Aug 26 12:14:15 2025 -0700 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.