From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119706 invoked by alias); 23 Jan 2020 12:53:21 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 119674 invoked by uid 89); 23 Jan 2020 12:53:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:5f596a5, H*f:sk:5f596a5, HX-Received:6510, HX-Received:sk:i16mr10 X-HELO: mail-ot1-f65.google.com Received: from mail-ot1-f65.google.com (HELO mail-ot1-f65.google.com) (209.85.210.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Jan 2020 12:53:18 +0000 Received: by mail-ot1-f65.google.com with SMTP id w21so2597203otj.7 for ; Thu, 23 Jan 2020 04:53:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=46LOusQqpym6ECx/57WZfE4Fsk3a3H9Iira+bewBEuI=; b=EssVN6CNkRC+nY8L4R2V7vE8gPXeqgZohtHD7dd0zFEIM8Lf7MuyCaX2KGnBRM92Ia 4+ZgxPKTsb4Qro2Q/ZVu44KYhr2myycBeJTELcNkHRg0W3UtFzR8sb4byyvVFxySpyWb SBptyFSR5TNcOvdmfbl2BpX4hguuzh9ijGbfFe7ftQsKm8m8KCsBErZAoqN3mineVWo4 IfJ0v9MumMMl9zFffIAYGIIc0icul78McQpRkTcBrtRhP4l+ReDVBF9J+r/E8UnTVzC0 5Aetlf8BUVCBvFfFZZkAAWyJlYD0ecCBKG4QplI0NRl/cNKSOcoeGZDuJkfiLhplxUG5 +g5w== MIME-Version: 1.0 References: <67845835-d943-b0e5-529c-de21a6d53014@suse.com> <4d1b0250-2be1-aef4-3443-f447b6182cd8@suse.com> <5f596a57-0f05-9d20-d9a2-7b0442a79794@suse.com> In-Reply-To: <5f596a57-0f05-9d20-d9a2-7b0442a79794@suse.com> From: "H.J. Lu" Date: Thu, 23 Jan 2020 12:53:00 -0000 Message-ID: Subject: Re: [PATCH v3 03/10] x86: move certain MOVSX/MOVZX tests To: Jan Beulich Cc: "binutils@sourceware.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00336.txt.bz2 On Thu, Jan 23, 2020 at 2:38 AM Jan Beulich wrote: > > On 22.01.2020 18:31, H.J. Lu wrote: > > I am checking in this patch. > > Hard to believe that you don't even give people any chance to comment. > > > --- a/gas/ChangeLog > > +++ b/gas/ChangeLog > > @@ -1,3 +1,15 @@ > > +2020-01-22 H.J. Lu > > + > > + PR gas/25438 > > + * config/tc-i386.c (check_long_reg): Always disallow double word > > + suffix in mnemonic with word general register. > > What about check_byte_reg() and check_word_reg()? I can only repeat > again - the assembler should behave consistently in regards like > this one. Please add more examples to PR gas/25438. -- H.J.