From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AEA3B3858286; Mon, 4 Mar 2024 10:46:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AEA3B3858286 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709549163; bh=Qbo0qViRtj/ixgvW2H5lqKnJWI2ZXIJL+C4ajdgrMl4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BI6MoffdcwpM8Gmmq/R1s3kWz3+mMu3t3ZbfF6C4iO3WWRVKo+GiKSOpMtRuRQa03 np3fAvgjqeQYc9xHYaucJIOs6LyCRlss8S0ASi8nEjXPYP8Rr6KrmXBVhbaQN659f7 qnTBa8Uj8is/n3DQ0GMdArekFgKc05SuNJgrNJt0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114203] [13 Regression] Miscompilation: A possible miscompilation in GCC 13 and 14 with option -Os Date: Mon, 04 Mar 2024 10:46:03 +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: needs-bisection, 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc cf_known_to_fail 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=3D114203 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |14.0 Summary|[13/14 Regression] |[13 Regression] |Miscompilation: A possible |Miscompilation: A possible |miscompilation in GCC 13 |miscompilation in GCC 13 |and 14 with option -Os |and 14 with option -Os Known to fail| |13.2.0 Priority|P3 |P2=