]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: testsuite: fix old-style function definition error [NFC]
authorEdwin Lu <ewlu@rivosinc.com>
Mon, 18 Nov 2024 22:36:17 +0000 (14:36 -0800)
committerEdwin Lu <ewlu@rivosinc.com>
Tue, 19 Nov 2024 17:39:22 +0000 (09:39 -0800)
commitc4156864611ea231acd842a8d3705989217a8a13
tree393ee344dc05fdb663bca5be7be609d577143308
parent9f7b323caab2215042df0ab0f4eef251c54128fc
RISC-V: testsuite: fix old-style function definition error [NFC]

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.

Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/dynamic-lmul-ice-3.c