pr119115.c is broken (since it was added?) but because we only
attempt to compile/run it on a 256b target I never noticed it.
This patch adds -std=gnu99 to make it compile.
Regtested on rv64gcv_zvl512b. Going to push after the CI run.
Regards
Robin
gcc/testsuite/ChangeLog:
* gcc.target/riscv/rvv/base/pr119115.c: Add -std=gnu99.
/* { dg-do run } */
/* { dg-require-effective-target rv64 } */
/* { dg-require-effective-target rvv_zvl256b_ok } */
-/* { dg-additional-options "-march=rv64gcv_zvl256b -mabi=lp64d -O3 -fsigned-char -fwrapv -mrvv-vector-bits=zvl" } */
+/* { dg-additional-options "-march=rv64gcv_zvl256b -mabi=lp64d -O3 -fsigned-char -fwrapv -mrvv-vector-bits=zvl -std=gnu99" } */
short a[4][14][14];
void