On 10/4/23 15:57, Patrick O'Neill wrote:
Since r14-4358-g9464e72bcc9 riscv_v targets use vector instructions to
perform a memcpy. We no longer expect memcpy for riscv_v targets.

gcc/testsuite/ChangeLog:

        * gcc.dg/pr90263.c: xfail riscv_v targets.
Or rather than XFAIL skip the test? XFAIL kind of implies its something we'd like to fix. But in this case we don't want a memcpy call as the inlined vector implementation is almost certainly better.

You might be able to use riscv_v in a dg-skip-if directive.  Not sure.


Jeff

Reply via email to