From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 668B33858D37; Sun, 15 Jan 2023 19:11:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 668B33858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673809885; bh=shLOYlDs0jBnfzk9vfp808NDr6AgDsL9lfe8SCD8EtE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LK4ScpTMUpszdVzUFYrPMtjd0j/f1TNK3SThbngIBabXYGqApRq+nx13WtbNymPFi kH2tjDavDqgYWJJpS1bc887KsnRiE9c6rAAc7wCst/Anc2gL4q9A7r2FaPBdzZNh87 RXkwfLPnKLVBlceEb6zjIhS4gcducIxR0rx3zzrY= From: "roger at nextmovesoftware dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/92342] [10/11/12 Regression] a small missed transformation into x?b:0 Date: Sun, 15 Jan 2023 19:11:23 +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: 10.0 X-Bugzilla-Keywords: missed-optimization, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: roger at nextmovesoftware dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_work 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=3D92342 Roger Sayle changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11/12/13 Regression] a |[10/11/12 Regression] a |small missed transformation |small missed transformation |into x?b:0 |into x?b:0 Known to work| |13.0 --- Comment #30 from Roger Sayle --- This has now been fixed on mainline (for GCC 13).=