From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 610093858C5F; Thu, 7 Mar 2024 00:31:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 610093858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709771482; bh=EJnaTfWEXtRNK2hnAq1IEEl5IUKKcmHtPfoCGKy2yhA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mNQnfUC08K59+W7wMhpdYKQCyaPwPW1qKwr1X6hUuBgXyHf5nqR9X7rRnmRWmo9OZ o7KS8E4iaY2pYF50JMEH4chUnulhz7+wD8mFcswwOuQYRXDDijw5tWoFa/6Hlf2eO5 X6Y6qz2wrTL09ODYoUSfoGnzF3GIOFqgKKtz0Auc= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114200] [14] RISC-V fixed-length vector miscompile at -O3 Date: Thu, 07 Mar 2024 00:31:21 +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: 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: bug_status resolution 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=3D114200 Patrick O'Neill changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Patrick O'Neill --- Thanks for the fix! Once the other ICEs (pr114196, pr114195) get resolved I'll be able to turn = on the yarpgen fuzzer without getting overwhelmed with duplicates. The failures from the existing csmith fuzzer are getting more rare :)=