From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78010 invoked by alias); 8 Dec 2015 10:41:22 -0000 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 Received: (qmail 77996 invoked by uid 89); 8 Dec 2015 10:41:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f45.google.com Received: from mail-qg0-f45.google.com (HELO mail-qg0-f45.google.com) (209.85.192.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 08 Dec 2015 10:41:20 +0000 Received: by qgcc31 with SMTP id c31so11880838qgc.3 for ; Tue, 08 Dec 2015 02:41:18 -0800 (PST) X-Received: by 10.140.169.130 with SMTP id p124mr3630317qhp.50.1449571278714; Tue, 08 Dec 2015 02:41:18 -0800 (PST) Received: from msticlxl57.ims.intel.com (irdmzpr01-ext.ir.intel.com. [192.198.151.36]) by smtp.gmail.com with ESMTPSA id s131sm1220287qhs.11.2015.12.08.02.41.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Dec 2015 02:41:17 -0800 (PST) Date: Tue, 08 Dec 2015 10:41:00 -0000 From: Kirill Yukhin To: Andreas Schwab Cc: GCC Patches , Uros Bizjak Subject: Re: [PATCH, i386, PR68627] Prohibit AVX-512VL broadcasts generation on KNL. Message-ID: <20151208104041.GA42300@msticlxl57.ims.intel.com> References: <20151204090007.GA52075@msticlxl57.ims.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00836.txt.bz2 Hello, On 08 Dec 09:47, Andreas Schwab wrote: > FAIL: gfortran.dg/pr68627.f -O (test for excess errors) > Excess errors: > gfortran: error: unrecognized command line option '-mavx512f' Thanks for pointing. I've checked in this as obvious: gcc/testsuite: * gfortran.dg/pr68627.f: Limit target x86. diff --git a/gcc/testsuite/gfortran.dg/pr68627.f b/gcc/testsuite/gfortran.dg/pr68627.f index 32ff4a7..54575d7 100644 --- a/gcc/testsuite/gfortran.dg/pr68627.f +++ b/gcc/testsuite/gfortran.dg/pr68627.f @@ -1,4 +1,4 @@ -! { dg-do compile { target lp64 } } +! { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } ! { dg-options "-Ofast -mavx512f -ffixed-xmm1 -ffixed-xmm2 -ffixed-xmm3 -ffixed-xmm4 -ffixed-xmm5 -ffixed-xmm6 -ffixed-xmm7 -ffixed-xmm8 -ffixed-xmm9 -ffixed-xmm10 -ffixed-xmm11 -ffixed-xmm12 -ffixed-xmm13 -ffixed-xmm14 -ffixed-xmm15" } -- Thanks, K > > Andreas. > > -- > Andreas Schwab, SUSE Labs, schwab@suse.de > GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 > "And now for something completely different."