From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13101 invoked by alias); 22 Aug 2011 19:13:04 -0000 Received: (qmail 13086 invoked by uid 22791); 22 Aug 2011 19:13:03 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_AV X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 22 Aug 2011 19:12:45 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7MJCjVL029069 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 22 Aug 2011 15:12:45 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7MJCiYC006762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Aug 2011 15:12:45 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost.localdomain [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id p7MJChMF021197; Mon, 22 Aug 2011 21:12:43 +0200 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id p7MJCh6g021196; Mon, 22 Aug 2011 21:12:43 +0200 Date: Mon, 22 Aug 2011 20:36:00 -0000 From: Jakub Jelinek To: Kirill Yukhin Cc: gcc-patches List , "H.J. Lu" , Uros Bizjak Subject: Re: [PATCH, test, i386] Fix for PR50155 Message-ID: <20110822191243.GB2687@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-08/txt/msg01824.txt.bz2 On Mon, Aug 22, 2011 at 10:51:19PM +0400, Kirill Yukhin wrote: > testsuite/ChangeLog entry: > 2011-08-22 Kirill Yukhin > > PR target/50155 > * gcc.target/i386/pr50155.c: New test. For the testcase, I think you want explicit -mno-avx2 if you want to check that vpaddd hasn't been emitted, otherwise anybody testing with --with-arch=corei7-avx2 tuned compiler ot --target_board=unix/-mavx2 will see failures. Jakub