https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117494
Bug ID: 117494 Summary: pr101145inf.c fails on RISC-V without V extension (and maybe other architectures with a CPU lacking vector extension) Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: xry111 at gcc dot gnu.org Target Milestone: --- The test is in the vect directory, thus it's compiled with -march=rv64gcv_zicsr_zifencei. But it contains an explicit "dg-do run" so it'll SIGILL when the CPU does not have the V extension. Reproduced with 14.2.0 but if I read the git log of this test correctly nothing has improved for trunk.