From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B1953858C5F; Mon, 28 Aug 2023 21:30:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B1953858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693258249; bh=Rv1I1yVpoiUM1RN7i2bJG3yxlczNegecNX4NhkZpfOA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o05VimAP8mU0l4GUPgKbnwHGFfLmpfGge2Rlw/KBSXzpz9y1CbwWlL5C2XEfFv2DJ zo1/hdk3qM1AyhL9pz+Fnhm10uQ+TsDi/77new+W+HY2fL+pZ0y54yN2G7x03Hitgd MLwKIxN94OfvJMraFe1OZx+9wLooOuanOLEyv1ZY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107887] (bool0 > bool1) | bool1 is not optimized to bool0 | bool1 Date: Mon, 28 Aug 2023 21:30:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107887 Bug 107887 depends on bug 107881, which changed state. Bug 107881 Summary: (a <=3D b) =3D=3D (b >=3D a) should be optimized to (a = =3D=3D b) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107881 What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |ASSIGNED Resolution|DUPLICATE |---=