https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110448
Bug ID: 110448 Summary: [RISC-V] RVV intrinsic api test error Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: mumuxi_ll at outlook dot com Target Milestone: --- Too few arguments error to function '__riscv_vsadd_vv_i16m8' when testing rvv intrinsic api according to https://github.com/riscv-non-isa/rvv-intrinsic-doc with gcc-trunk branch. Here is the tset link:https://godbolt.org/z/nYr6TKPbq. But it succeed with gcc-13.1: https://godbolt.org/z/oavWf96o1.