From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 73BC63858CD1; Thu, 22 Feb 2024 08:59:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73BC63858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708592352; bh=2/sC3EzCi13O23Zj5/zZcDXDN5OL344WV1C8UOrfEns=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CCem/dSwefms38RKrdA5im9UXD0wGEfNGoon0y1s3boNoVmcFHyb2Q6XA+rnt5xsC 6o/4/tsuKxtTHkO28mX4km4i3G4wyEmItAkgfBqbZdZWnlori05bRON7HCOVMuLqFs uB1BjBbrmagE/vPhynLwr7S8Gvoo06AJ8Cwu4p/k= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114027] [14] RISC-V vector: miscompile at -O3 Date: Thu, 22 Feb 2024 08:59:11 +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: sjames at gcc dot gnu.org 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=3D114027 --- Comment #7 from Sam James --- (In reply to Robin Dapp from comment #6) > Btw this fails on x86 and aarch64 for me with -fno-vect-cost-model. So it > definitely looks generic. What args did you use? I can't get it to fail.=