https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108308
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:b39c1bea5bae9aee1df25cab1064f983b9ec6941 commit r13-5105-gb39c1bea5bae9aee1df25cab1064f983b9ec6941 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Jan 11 13:06:14 2023 +0100 testsuite: Enable pr108308.c test on all int32 targets [PR108308] This test seems to rely on 32-bit int (and uses a wider constant which shouldn't fit into int), I've initially enabled it on ilp32+lp64 target, but apparently it works on llp64 too, so I've changed it to int32. 2023-01-11 Jakub Jelinek <ja...@redhat.com> PR target/108308 * gcc.dg/pr108308.c: Use int32 target rather than { ilp32 || lp64 }.