Re: testsuite: m68k: Fix tests for C23

2024-11-20 Thread Jeff Law
On 11/19/24 2:17 AM, Andreas Schwab wrote: * gcc.target/m68k/crash1.c (seq_printf): Add prototype. * gcc.target/m68k/pr63347.c (oof): Add missing parameter. OK. And similar changes elsewhere are pre-approved. Though I'd like to think we're near the point of catching all the

testsuite: m68k: Fix tests for C23

2024-11-19 Thread Andreas Schwab
* gcc.target/m68k/crash1.c (seq_printf): Add prototype. * gcc.target/m68k/pr63347.c (oof): Add missing parameter. --- gcc/testsuite/gcc.target/m68k/crash1.c | 2 +- gcc/testsuite/gcc.target/m68k/pr63347.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/t