From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0C8253857022; Mon, 31 Oct 2022 06:25:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0C8253857022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667197551; bh=/Cby1gQgXNYvScNr2wKIOG1QxIqAwTFkYxGTEjK/k9E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CM6N/N/BSrATyn5NNM0WEqNRhGZcEkJP82hiR1+jOV1KIrVLwzaki+GnDHP5eCiQb fACKTjES7dOYy7qY6IPmZswKkbQRtn6K3agQgXITbthiyqVPdSIBao2ovOImn7f1e5 i1ICLY5YGTAfV77MRC30+MZ/kvd5rOpon7xcE+FI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95187] Failure to optimize bool check into consecutive literals Date: Mon, 31 Oct 2022 06:25:50 +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: 11.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution see_also target_milestone 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=3D95187 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D88676 Target Milestone|--- |11.0 --- Comment #4 from Andrew Pinski --- Fixed by r9-5223-g0119d5a23abf2f (PR 88676).=