From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B3AE33858030; Mon, 27 Nov 2023 13:10:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B3AE33858030 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701090635; bh=jwNhnlvF93gGleBeuob33JVigteWGoAA0Q0F/7LBJoY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gjCcfk11jMHv1nIFFiaHUzitjyATdn6gNMaGI8FjiQQGhRu1gFWVdsGoAmfWLfPl7 T9EeBBsGghuHQIfmVa2v9TJ5oLaLCk/2rxNWNUsnyMOI3H0H7pY0pqntqAt+MghZKJ tHGMlem7SMdYO/wmNe8iOoC2vqBys6g3JfntxokY= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111445] [12 Regression] Wrong code at -Os on x86_64-linux-gnu since r12-1077-g57bf3751511 Date: Mon, 27 Nov 2023 13:10:35 +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: RESOLVED X-Bugzilla-Resolution: FIXED 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 cf_known_to_fail 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=3D111445 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |12.3.1 Known to fail| |12.3.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #11 from Richard Biener --- Fixed.=