From patchwork Fri Nov 20 13:32:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kirill Yukhin X-Patchwork-Id: 546924 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0C93B14076E for ; Sat, 21 Nov 2015 00:33:40 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=wLAlkdsR; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=LV1/r1W77a4MFJwVE xoihYy2zC41ht/tywTgtgVuPnxMjnD27kKzQG82PMmumd7z56rUY3/vugsrD38lS J56pt9c7jrKzrOP62shpyILncgf5wi5/odTwUpXlyDiNFG0GQeth5mR9u/jUxTZ8 mvqNoaEuZD/a2SPUBQ0/gpHNpU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=default; bh=rzyQJlYV5dJW32zBwspGYL0 5AkM=; b=wLAlkdsR5zWrF5eQn15E57yTObIrFipH5x/nijRkcr/eOMX5i2lRsQu pSiOa3P0Xm4TnAS65YlqmIBAKqHi+jR6W1mNZse4MLdgwhOA1+zZq7c4BNmu1WJk ArFQMJqETVo1jinewaqYLrSRCV0/+Mot1xEYJ+Ige7dtKNN4/u9c= Received: (qmail 110847 invoked by alias); 20 Nov 2015 13:33:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 110830 invoked by uid 89); 20 Nov 2015 13:33:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f193.google.com Received: from mail-ig0-f193.google.com (HELO mail-ig0-f193.google.com) (209.85.213.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 20 Nov 2015 13:33:32 +0000 Received: by igbxf8 with SMTP id xf8so1456479igb.1 for ; Fri, 20 Nov 2015 05:33:30 -0800 (PST) X-Received: by 10.50.30.6 with SMTP id o6mr1880849igh.94.1448026410291; Fri, 20 Nov 2015 05:33:30 -0800 (PST) Received: from msticlxl57.ims.intel.com ([134.134.139.76]) by smtp.gmail.com with ESMTPSA id l98sm5263587ioi.3.2015.11.20.05.33.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Nov 2015 05:33:29 -0800 (PST) Date: Fri, 20 Nov 2015 16:32:57 +0300 From: Kirill Yukhin To: Kyrill Tkachov Cc: Andreas Schwab , David Edelsohn , Jakub Jelinek , Joseph Myers , Jeff Law , GCC Patches Subject: Re: [PATCH, VECTOR ABI] Add __attribute__((__simd__)) to GCC. Message-ID: <20151120133253.GA64036@msticlxl57.ims.intel.com> References: <20151027140655.GC46998@msticlxl57.ims.intel.com> <20151027141505.GG478@tucnak.redhat.com> <20151028091601.GA53647@msticlxl57.ims.intel.com> <20151029085447.GP478@tucnak.redhat.com> <20151110084414.GA62112@msticlxl57.ims.intel.com> <20151110085804.GW5675@tucnak.redhat.com> <20151113115430.GA63972@msticlxl57.ims.intel.com> <20151118141103.GB25086@msticlxl57.ims.intel.com> <564F0EE8.1050901@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <564F0EE8.1050901@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes Hello Kyrill, On 20 Nov 12:15, Kyrill Tkachov wrote: > >gcc/tessuite/ > > * c-c++-common/attr-simd-3.c: Put xfail (PR68158) on dg-error. > > This test fails on bare-metal targets that don't support -fcilkplus or -pthread. > Would you consider moving them to the cilkplus testing directory or adding an appropriate > effective target check? I think so. I'll commit change in the bottom. gcc/testsuite/ * c-c++-common/attr-simd-3.c: Require Cilk Plus in effective target. > > Thanks, > Kyrill --- Thanks, K diff --git a/gcc/testsuite/c-c++-common/attr-simd-3.c b/gcc/testsuite/c-c++-common/attr-simd-3.c index 35dd4c0..c7533f0 100644 --- a/gcc/testsuite/c-c++-common/attr-simd-3.c +++ b/gcc/testsuite/c-c++-common/attr-simd-3.c @@ -1,3 +1,4 @@ +/* { dg-require-effective-target cilkplus } */ /* { dg-do compile } */ /* { dg-options "-fcilkplus" } */ /* { dg-prune-output "undeclared here \\(not in a function\\)|\[^\n\r\]* was not declared in this scope" } */