From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C37FE3858D20; Fri, 20 Oct 2023 13:54:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C37FE3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697810088; bh=UkTfBAMyzEoi6mFEoCi10/VCaA5nM+TBayZaL/UcmuA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gZMkqssNnsEqBS56bn905WSarh0M0LmfUQxptii6qOPmFBTuUYaMXYSlmGtBxQJBj ICfc7Hh9d3rYtoycQLn9kPzGFwe9/mvS5cgmdzAB7K8JaGEv1QbLwjgo1atvRt1JHT fmNOAdJ83Oy/SLyzolahYXEu5LYKnWgC/197LA28= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111445] [12/13 Regression] Wrong code at -Os on x86_64-linux-gnu since r12-1077-g57bf3751511 Date: Fri, 20 Oct 2023 13:54:48 +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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work priority short_desc 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=3D111445 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |14.0 Priority|P3 |P2 Summary|[12/13/14 Regression] Wrong |[12/13 Regression] Wrong |code at -Os on |code at -Os on |x86_64-linux-gnu since |x86_64-linux-gnu since |r12-1077-g57bf3751511 |r12-1077-g57bf3751511 --- Comment #7 from Richard Biener --- Fixed on trunk sofar.=