Re: [PATCH] RISC-V: Fix two testscases related to -std changes.

2023-12-04 Thread Jeff Law
On 12/4/23 06:17, Robin Dapp wrote: Hi, recent -std changes caused testsuite failures. Fix those by adding -std=gnu99 and -Wno-incompatible-pointer-types. Going to commit as obvious. Regards Robin gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/autovec/pr112552.c: Add

[PATCH] RISC-V: Fix two testscases related to -std changes.

2023-12-04 Thread Robin Dapp
Hi, recent -std changes caused testsuite failures. Fix those by adding -std=gnu99 and -Wno-incompatible-pointer-types. Going to commit as obvious. Regards Robin gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/autovec/pr112552.c: Add -Wno-incompatible-pointer-types. *