From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E5D6A3858C5F; Wed, 17 May 2023 21:31:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5D6A3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684359119; bh=6ZPYJVQN2WW89KuLp9QGy5R7ikt6jeyT5FNUNmEvnxo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Rqa9QZyOfB7C/BsQIRxBEIL9BvnyyV3jOn0TPVMg+B/ZBbl8MmCtoE5IKXoTCpD+B VKUqOuTcjdTSKlLCl0CL0KtS0q+qECv87eS0sVUsNFPdaaRJ37FvcDoc9qgSZj+cVy T1Ela1FNB+/8/0u8Xc2uuo6gw3zu2/xv9abgOz2M= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/105768] Missed optimization: shifting signed to unsigned range before comparison not removed Date: Wed, 17 May 2023 21:31:59 +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: 12.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: enhancement X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: resolution bug_status component 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=3D105768 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED Component|middle-end |tree-optimization --- Comment #1 from Andrew Pinski --- Dup of bug 94899 which is fixed for GCC 13. *** This bug has been marked as a duplicate of bug 94899 ***=