From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7FA4A3858D28; Thu, 21 Mar 2024 11:51:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FA4A3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711021896; bh=tyDTCCaOApTaE8dTq8gkaJCqOh520Dw6AuQXspdHCX0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OcM3CIkqF9uKT6KF5IWegxg+ShEjqcRNGqbtNPTfbanTrWKB8uUXBjAhZ7+sNW27V 1kNFvqKQskKwq4DzmXF2+/XyLq5x4+a0+MB0m805cpFXdXBPxoojzaU0oWdzcFH75x jcaK3enDhcLfzC5jmEvXdgi0tySGsXRr6DV7KzzA= 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: Thu, 21 Mar 2024 11:51:36 +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: RESOLVED X-Bugzilla-Resolution: FIXED 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 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=3D114203 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |13.2.1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Richard Biener --- Fixed. Thanks for reporting.=