From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C26793857806; Sun, 24 Sep 2023 21:51:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C26793857806 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695592305; bh=GqYE0360Yhds9fX1nHW0rAyt3AHaNkS8kPp/+zhYsiM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kSNgWGflBEMrwhE3A2auZoeggjbGq+1HPXOP5v8HFHJuPPc1KGaHXSlqSPC0i6cWu 9jLPcriQYwTeeFRHLzffUdCSRVYI1j9msNLakTuD1eFxLnW1cVNMGlFybbKIZF2yFj egecrEIc2Q6XgOUDyFocMlm7RqLLwcKXq/yLMmqg= From: "eggert at cs dot ucla.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111576] gcc generates conditional branch for bitwise "&" Date: Sun, 24 Sep 2023 21:51:45 +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: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eggert at cs dot ucla.edu X-Bugzilla-Status: UNCONFIRMED 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: attachments.created 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=3D111576 --- Comment #1 from Paul Eggert --- Created attachment 55984 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55984&action=3Dedit Generated assembly language for the program=