From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B89FE384B0CB; Fri, 14 Oct 2022 10:48:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B89FE384B0CB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665744535; bh=tCxmmFd108Ovcsx6YJiHwU53ok41tqNjV2Xqc870TEc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WRcraT9UTx16cUOCsGXSPCpPf8y7f9L8x2QdEZUq69l+nVDpa+91HqNz9wjE2QXst CEKSJrBhS/fv+CWMDOVa20JQ5jESS/Q9uN7cnukQ7sk1Y4v6zmezbTzW7KhhYOu0ni +ZwuFDGRzB6h8q6qlxRgX+gLuRScZCXVK8Gzkx98= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106513] [10 Regression] bswap pass misses that >>56 for signed types can be replicate the sign bit Date: Fri, 14 Oct 2022 10:48:55 +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.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work resolution cf_known_to_fail 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=3D106513 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |10.4.1 Resolution|--- |FIXED Known to fail| |10.4.0 Status|ASSIGNED |RESOLVED --- Comment #9 from Richard Biener --- Fixed.=