Re: [PATCH] Riscv don't support "-fprefetch-loop-arrays", skip.

2022-11-22 Thread Richard Biener via Gcc-patches
On Tue, Nov 22, 2022 at 9:43 AM Yixuan Chen wrote: > > gcc/testsuite/ChangeLog: > > Riscv don't support "-fprefetch-loop-arrays" option, skip. Looking around other testcases simply add -w to the set of command-line options, can you do that instead? OK with that change, Richard. > 2022-11-22 Yi

[PATCH] Riscv don't support "-fprefetch-loop-arrays", skip.

2022-11-22 Thread Yixuan Chen
gcc/testsuite/ChangeLog: Riscv don't support "-fprefetch-loop-arrays" option, skip. 2022-11-22 Yixuan Chen * gcc.dg/pr106397.c: Riscv don't support "-fprefetch-loop-arrays" option, skip. --- gcc/testsuite/gcc.dg/pr106397.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff