From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95D623858C32; Wed, 10 Apr 2024 12:09:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95D623858C32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712750969; bh=nG7wCfsaIQ+QJzToO8rlq4OiDKAsOfvW96IiB+ErqLg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RiOyLv/lLvdNmemp7BdYk09HQvDsdHOtiSGidTjgpr/YLkrrFCu28gXWjB/EplOV2 sxciQuDI5KWF3jmjbSNpQZoyHnlgRCIWCP3+45PBi2q7UVmi1OmLn+2UaYhItZXiL4 BjJgWmrTQqQ1zWIB1JTTow2FfHhUGbxU4dlXs/fs= From: "rdapp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114665] [14] RISC-V rv64gcv: miscompile at -O3 Date: Wed, 10 Apr 2024 12:09:28 +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: rdapp 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=3D114665 --- Comment #1 from Robin Dapp --- Hmm, my local version is a bit older and seems to give the same result for = both -O2 and -O3. At least a good starting point for bisection then.=