From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7972 invoked by alias); 5 Nov 2014 13:17: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 7961 invoked by uid 89); 5 Nov 2014 13:17:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f54.google.com Received: from mail-qa0-f54.google.com (HELO mail-qa0-f54.google.com) (209.85.216.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 05 Nov 2014 13:17:21 +0000 Received: by mail-qa0-f54.google.com with SMTP id u7so428261qaz.41 for ; Wed, 05 Nov 2014 05:17:19 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.102.7 with SMTP id v7mr81751607qge.68.1415193439763; Wed, 05 Nov 2014 05:17:19 -0800 (PST) Received: by 10.140.81.231 with HTTP; Wed, 5 Nov 2014 05:17:19 -0800 (PST) In-Reply-To: References: <1413896593-26607-1-git-send-email-christophe.lyon@linaro.org> Date: Wed, 05 Nov 2014 13:17:00 -0000 Message-ID: Subject: Re: [Patch ARM-AArch64/testsuite v3 00/21] Neon intrinsics executable tests From: Marcus Shawcroft To: Christophe Lyon Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00307.txt.bz2 On 26 October 2014 16:50, Christophe Lyon wrote: > I've just realized afterwards that the tests aren't guarded against > targets not supporting Neon. > > How about adding the attached small patch? +if {[istarget arm*-*-*] + && ![check_effective_target_arm_neon_ok]} then { + return +} + Umm, first thought was that this is a bit of a hack but having just discussed it with Ramana we don;t have a better alternative to hand, so OK. /Marcus