[committed] Fix pr65369.c
commit3da08ffa6df2634092a6292b045568fc326e28e6
authorJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:40:41 +0000 (2 22:40 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:40:41 +0000 (2 22:40 -0700)
treedbecc77ffed9da67ca367393287b3809439ccdb7
parentd5c823b033bb6409bbcd115b318093126f5a674f
[committed] Fix pr65369.c

There's a caller/callee type mismatch in this test that shows up on targets
where ints are something other than 32 bit types.

Based on reviewing the original bug report, the fix and the part of the test
this fixes, I'm reasonably confident this hasn't compromised the test.

gcc/testsuite
* gcc.c-torture/execute/pr65369.c: Fix type mismatch.
gcc/testsuite/gcc.c-torture/execute/pr65369.c