From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27781 invoked by alias); 31 Jan 2014 16:26:00 -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 27629 invoked by uid 89); 31 Jan 2014 16:26:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f42.google.com Received: from mail-oa0-f42.google.com (HELO mail-oa0-f42.google.com) (209.85.219.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 31 Jan 2014 16:25:59 +0000 Received: by mail-oa0-f42.google.com with SMTP id i7so5419151oag.15 for ; Fri, 31 Jan 2014 08:25:57 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.98.40 with SMTP id ef8mr17426444oeb.13.1391185557144; Fri, 31 Jan 2014 08:25:57 -0800 (PST) Received: by 10.76.105.174 with HTTP; Fri, 31 Jan 2014 08:25:57 -0800 (PST) In-Reply-To: References: <20140131100941.GA24910@msticlxl57.ims.intel.com> <52EBC83302000078001186A1@nat28.tlf.novell.com> Date: Fri, 31 Jan 2014 16:26:00 -0000 Message-ID: Subject: Re: [PATCH] PR gas/16488: Add test for incorrect memory operand for gather/scatter instructions. From: "H.J. Lu" To: Michael Zolotukhin Cc: Jan Beulich , Binutils Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00376.txt.bz2 On Fri, Jan 31, 2014 at 8:06 AM, Michael Zolotukhin wrote: >> ChangeLog says: >> >> * gas/i386/inval-avx512f.s: Add test for incorrect memory operand for >> gather/scatter instructions. >> >> But I didn't see any scatter instructions. Please add some. > Thanks for noticing that, fixed patch is attached. I checked it into master and backported it to 2.24 together with 3 other fixes of yours. Thanks. -- H.J.