From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115636 invoked by alias); 19 Aug 2015 10:47:23 -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 115620 invoked by uid 89); 19 Aug 2015 10:47:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f173.google.com Received: from mail-ob0-f173.google.com (HELO mail-ob0-f173.google.com) (209.85.214.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 19 Aug 2015 10:47:21 +0000 Received: by obbfr1 with SMTP id fr1so677417obb.1 for ; Wed, 19 Aug 2015 03:47:19 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.246.41 with SMTP id xt9mr10468650obc.55.1439981239682; Wed, 19 Aug 2015 03:47:19 -0700 (PDT) Received: by 10.60.58.41 with HTTP; Wed, 19 Aug 2015 03:47:19 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Aug 2015 11:11:00 -0000 Message-ID: Subject: Re: [PATCH] Missing Skylake -march=/-mtune= option From: Uros Bizjak To: Richard Biener Cc: Yuri Rumyantsev , gcc-patches , Igor Zamyatin , =?UTF-8?B?0JjQu9GM0Y8g0K3QvdC60L7QstC40Yc=?= Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-08/txt/msg01061.txt.bz2 On Wed, Aug 19, 2015 at 12:39 PM, Richard Biener wrote: > On Thu, Aug 13, 2015 at 9:57 PM, Uros Bizjak wrote: >> On Thu, Aug 13, 2015 at 11:31 AM, Yuri Rumyantsev wrote: >>> Hi All, >>> >>> Here is patch for adding march/mtune options for Skylake. >>> >>> Bootstrap and regression testing did not show any new failures. >>> >>> Is it OK for trunk? >> >> OK. > > I think this causes > > FAIL: g++.dg/ext/mv16.C -std=gnu++98 execution test > FAIL: g++.dg/ext/mv16.C -std=gnu++11 execution test > FAIL: g++.dg/ext/mv16.C -std=gnu++14 execution test > > for me. Possibly __builtin_cpu_is is not working for skylake? No, a relevant entry has to be added to the testcase. But a real skylake is needed to test the patch. Uros.