From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 087F43858414; Mon, 27 Feb 2023 10:00:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 087F43858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677492023; bh=6bAlNwjKFetnEAqQrRVrTqKGfQ3/J27bxEYaICiopiE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SSqGpwwA/wzO5mu+kxdI0Kh5Hvlb1dYcDT/1E3FzvYZpOxJGRy+OqsKAKPZLWVGCF CNonUvxaX8MPKYAQCYVtgmStYW7oJ+axUnemWTXrLMTJAEt2iaXSHcUFsc255a0ISn y42GNxijwebgrfG7g4qgrfZzwx1NUEFwXQQnP6Dg= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/108941] Error: operand type mismatch for `shr' with binutils master Date: Mon, 27 Feb 2023 10:00:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org 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: 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=3D108941 --- Comment #2 from Martin Li=C5=A1ka --- Well, I just noticed clang transforms it into: $ clang libavformat.i -w -S -O2 -o /dev/stdout | grep shr shrl $255, %eax=