From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F366D3858D33; Mon, 4 Mar 2024 12:07:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F366D3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709554035; bh=6XqA/63FNxQYDVzpuSM39EKYcjhOtTbjTU79eXPRhD8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XqLIDcHXrraPZZaB6+tpQ1V1RRpFkeYxKrLT7UgCOJBwdiiMPbDr26uSa7ow64t1R fepcSB1pbr+1t8STT9ZC4E7IE09HsfeOpbaLTK12CPqIUiJhJV2qXSfvsuapp8chQs nb4CDpEIKOVunM2lsa+Bf5Uj8NDNgRUJRyxeiF4I= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/112758] [13 Regression] Inconsistent Bitwise AND Operation Result between int and long long int Date: Mon, 04 Mar 2024 12:07:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D112758 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #20 from Jakub Jelinek --- Should be now fixed for GCC 13 too.=