From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69C553858C31; Tue, 21 Nov 2023 02:41:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69C553858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700534513; bh=kzYy1Aa0dgZzdjRnFW+VygtRm7AE6x8NCnHTkRpp8eg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LnDirRvl0wMowi73OQRzo8BOjupMEqQIfbBfcHuW8uu6+6e5JhBmRSOBC3nheq9U8 U1FJtO6F71RyHvtfTSXe0hLateAa2stOyS90MC7OQxTXkVJxjhh6RsakfAOAiNF/zF i8sQQNq/l8qcvJhBWV1nqB0zqBSMdCiRtXIGYMuY= From: "juzhe.zhong at rivai dot ai" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112597] RISC-V regression testsuite errors with rv64gcv_zvl256b Date: Tue, 21 Nov 2023 02:41:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: juzhe.zhong at rivai dot ai 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: Message-ID: In-Reply-To: References: 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=3D112597 --- Comment #4 from JuzheZhong --- Confirm on C/C++ RV32 and RV64 FAILs FAIL: gcc.dg/pr30957-1.c also happens on X86 so we need to ignore it. The other one is: FAIL: gcc.target/riscv/rvv/autovec/gather-scatter/gather_load_run-12.c execution test which is known issue on PR: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111970 Richard is going to take care of that. Except these, no more execution FAIL and ICE. So bug fix for zvl256b is done. I am gonna move to zvl512b.=