From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 27FB23858D39; Mon, 15 Apr 2024 13:17:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27FB23858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713187033; bh=c37MuWYFKo5qQCuH+NT2x2uUVe+FjYKswjsqDhbdC4U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vNereKsI/kLgELBCIHV4hgLNCoW4mt+T7rhghmMJ6Bi/pPIqBn1thXLZGdMumjvjo wreYB0DoGsVeTke06QdxSz4JRb42UKXA/UKCsXXeBLwJMMxbYwLdTX5wVk7O6S/Ocj B2mnkspAJjJlPyzFcV594xELmbt2MSlqP1VrIQTc= From: "rdapp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114668] [14] RISC-V rv64gcv: miscompile at -O3 Date: Mon, 15 Apr 2024 13:17:12 +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: RESOLVED X-Bugzilla-Resolution: FIXED 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: resolution bug_status 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=3D114668 Robin Dapp changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #4 from Robin Dapp --- I didn't have the time to fully investigate but the default path without vec extract is definitely broken for masks. I'd probably sleep better if we fi= xed that at some point but for now the obvious fix is to add the missing expand= ers. Patrick, I'm still unable to reproduce PR114665 (maybe also a qemu difference?). Could you re-check with this fix? Thanks.=