testsuite: Fix up gcc.target/s390/pr96127.c test for modern C [PR96127]
commit0d79636b8d2c7f0da16fbf5f786993783a4389ff
authorJakub Jelinek <jakub@redhat.com>
Thu, 7 Dec 2023 08:45:13 +0000 (7 09:45 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 7 Dec 2023 08:45:13 +0000 (7 09:45 +0100)
treee0c0799e8b242a1caa61f285eb942eb4c3b27681
parent3cbab07b08d2f3a3ed34b6ec12e67727c59d285c
testsuite: Fix up gcc.target/s390/pr96127.c test for modern C [PR96127]

I've noticed this test regressed on s390x-linux with the addition of the
switch to modern C patchset.  Haven't tried to reproduce the ICE, but as it
was a backend ICE and FE after warning used to add such casts before (now
errors), I think this ought to keep the testcase testing what was intended
before.

2023-12-07  Jakub Jelinek  <jakub@redhat.com>

PR target/96127
* gcc.target/s390/pr96127.c (c1): Add casts to long int *.
gcc/testsuite/gcc.target/s390/pr96127.c