From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A71D93858D35; Wed, 28 Jun 2023 09:14:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A71D93858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687943699; bh=gpSo7RXUNkfsE5dw93KqH9qe9WxVoIa64xNpvrxwSco=; h=From:To:Subject:Date:From; b=OCEWNkFo+pOIgbiGvO9uZVMLP5oNruxLBYWAvvVhepj8l3XgtGaLDjHLYoR1aWDZY ZWlQfIZ07FduQODCnBiE9ESWyQGsS5esA7ifTZQ+pDrE54kfeFBYo1I15Kll/nkIlk uYPRWqx3WChYjwjvVjam7hoW9U41bHILTgNnB6T0= From: "mumuxi_ll at outlook dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110448] New: [RISC-V] RVV intrinsic api test error Date: Wed, 28 Jun 2023 09:14:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mumuxi_ll at outlook dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110448 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 r= vv intrinsic api according to https://github.com/riscv-non-isa/rvv-intrinsic-d= oc with gcc-trunk branch. Here is the tset link:https://godbolt.org/z/nYr6TKPb= q. But it succeed with gcc-13.1: https://godbolt.org/z/oavWf96o1.=