Re: [PATCH] RISC-V: testsuite: fix old-style function definition error [NFC]

2024-11-18 Thread Jeff Law
On 11/18/24 3:44 PM, Edwin Lu wrote: The following testcase was failing with the warning: old-style function definition ever since the c standard version has been updated. Update the function definition. gcc/testsuite/ChangeLog: * gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul-ice-3.c:

[PATCH] RISC-V: testsuite: fix old-style function definition error [NFC]

2024-11-18 Thread Edwin Lu
The following testcase was failing with the warning: old-style function definition ever since the c standard version has been updated. Update the function definition. gcc/testsuite/ChangeLog: * gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul-ice-3.c: Update function definition. Si