From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9E4D13858413; Sun, 31 Dec 2023 21:07:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E4D13858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704056858; bh=doEZgwf0W+puTQjhve2RyxlHPHiUBivDflXwWn6Fv0s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oootXuH5vSLxYMLw4yu17BugF6RF8Z49dDlf/wnLoI6cuHBiag4fYhTTqAP2ldo/B dDpCm101S35w6DIdMYfuJxUWr4Rq+qfV3bNL9pXTha8IFhx/M5hYzmiOJEfpPehRcP 01V2l/8X/C0jYkLoQ0cQb3OgB1oUsmepFPbYxfWY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113186] [13/14 Regression] `(a^c) & (a^!c)` is not optimized to 0 for bool Date: Sun, 31 Dec 2023 21:07:38 +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: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone cf_reconfirmed_on everconfirmed 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=3D113186 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Target Milestone|--- |14.0 Last reconfirmed| |2023-12-31 Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- I am going to fix this next week.=