From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D7EAC38582AE; Wed, 20 Dec 2023 02:21:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7EAC38582AE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703038887; bh=j+IYDj/5UsHwMscw/yVHYqsQ/wpSgXLLpSY8nVjH93M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DVBKFTzorqc3gAZZAFJa+w5jOsuyGe+gJTDrEiuzq2inSbahBxZg0fnvF7inRbP+E wWPQ/CuM+Np/TUJJOMLBosXOfcyz8ExuCTnBBtD/BMr9B/0B6I9C0upCROVnX6grmB OFGs+oBsIgHinwpTOlDt2SwwvScHLOs8AEkDnso8= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113087] [14] RISC-V rv64gcv vector: Runtime mismatch with rv64gc Date: Wed, 20 Dec 2023 02:21:27 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at rivosinc 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: 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=3D113087 --- Comment #6 from Patrick O'Neill --- (In reply to JuzheZhong from comment #5) > ... > I confirmed it is vsetvl bugs. But I wonder whether you have open source = the > random generator ? >=20 > If yes, may be we can dedicate some resources to run random tests too. I use csmith as the random generator and try to fuzz targets that don't have any execution fails/ICEs (currently just rv64gcv/rv64gcv_zvl256b). https://github.com/csmith-project/csmith I was planning on getting the fuzzer and a random config builder running on spare precommit compute but haven't set it up yet. I'll clean up/put the sh= ell scripts I use for csmith here tomorrow: https://github.com/patrick-rivos/gcc-fuzz-ci=