From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7B013858424; Thu, 22 Feb 2024 09:37:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7B013858424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708594653; bh=p1IBwOFjRSChCBpZNqdNT55fAHoCS5t5RlEaRzjpb3E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kIQZL4euDfM4QP8YrYhZ7drBgj3bjkfClh27bAUHeZ0BjJppaPnnWE7kev3qd98ud p5xTUja5UaRqQ0Hew6eQp707KXpmOOoGmEtKVPr0D7wfvtUvF2nj1qOBja1JE9dltv j516Bl0qwtbVUDtcsfFd/K193aTs87KWcoDFBxCE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114027] [11/12/13/14 Regression] miscompile at `-O3 -fno-vect-cost-model -msse4.2` Date: Thu, 22 Feb 2024 09:37:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone keywords priority 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|14.0 |11.5 Keywords|needs-bisection | Priority|P3 |P2=