From patchwork Sun Oct 26 16:50:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Lyon X-Patchwork-Id: 403250 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 8C43314003E for ; Mon, 27 Oct 2014 03:50:28 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; q=dns; s=default; b=m8MAxq/2jPauMaGsaF kMa5KjHsslAfXRdn1uxNuupfB3DnXX064fj5yRlBzJtMnUXBGM5Vx7I4VLFg1kA4 WpwsO+qPe447XLGD5hoyugQ+0zUK6qPrpdSML6R9RYJRW2+anjeEVRqWANn4fpFe G3JdVkhpf1HMq8K+8CkkqW8wE= 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 :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; s=default; bh=b3Omxa+XLxtcK3ygtRhMuyCE 2qg=; b=MeXCtKdZtYjO7n+sZpE35+48U/PF6PsrlhTMBJiU2YY9mEJ80hxYKwGn n2NLSFxKEbXVbREhdNhYIVQ1D4kv8sJSjzJuIHYEjUZOTLQUykFfC8z4h2ei1Cmf L9iq2nFLU6HWoFxCaQcBZmvMEx00wf6FAd2WlxF6Vck86ThMy6E= Received: (qmail 10498 invoked by alias); 26 Oct 2014 16:50:21 -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 10489 invoked by uid 89); 26 Oct 2014 16:50:20 -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, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f50.google.com Received: from mail-qg0-f50.google.com (HELO mail-qg0-f50.google.com) (209.85.192.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 26 Oct 2014 16:50:19 +0000 Received: by mail-qg0-f50.google.com with SMTP id a108so355697qge.37 for ; Sun, 26 Oct 2014 09:50:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=z4QKSP9Hit+ltg1FDEuvYIL/mrtDafEL/Bnw8qLipGQ=; b=fC3g2Gbhpa7LWF3CgyBQi16kTokxJ+ihFAxNH6DyP4JxnAZat7y3Zj4Fu0Xss4KB/V 5DCpJasSdQaCoUARah3SQMperB9LiH7it4Wt8h7Lfec8djTgOHjmEJjBxpUQZ66n/+vS 1Wje1XkKV8hqq7ZjlxeuwVKzuUT918w2JSwW7QQqf9/2UuAHtywhaPnBhNa1XFiDh9cI A6JUN/Jzx+y45aIzzDvO8MsA2ZirT/bIoed+TWzGvvOooezb/R5dxf2dzHyN3ZiEotf4 F50c85WDsP6Kr/RjXInIYmPJ4DdnS4fgNoCZBTZuY2K7gYORfYhwpZw3VzWgLXlgin7U Johg== X-Gm-Message-State: ALoCoQlGTc0RNFC9DPCZIcdNIvIah9jXPovqRGWwb1LiOv4jw2jqa/wVhSC8EMMnY2+D1azCbmxg MIME-Version: 1.0 X-Received: by 10.140.31.139 with SMTP id f11mr21483760qgf.30.1414342217170; Sun, 26 Oct 2014 09:50:17 -0700 (PDT) Received: by 10.140.86.114 with HTTP; Sun, 26 Oct 2014 09:50:17 -0700 (PDT) In-Reply-To: References: <1413896593-26607-1-git-send-email-christophe.lyon@linaro.org> Date: Sun, 26 Oct 2014 17:50:17 +0100 Message-ID: Subject: Re: [Patch ARM-AArch64/testsuite v3 00/21] Neon intrinsics executable tests From: Christophe Lyon To: Marcus Shawcroft Cc: "gcc-patches@gcc.gnu.org" X-IsSubscribed: yes On 24 October 2014 10:07, Marcus Shawcroft wrote: > On 21 October 2014 14:02, Christophe Lyon wrote: >> This patch series is an updated version of the series I sent here: >> https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00022.html >> >> I addressed comments from Marcus and Richard, and decided to skip >> support for half-precision variants for the time being. I'll post >> dedicated patches later. >> >> Compared to v2: >> - the directory containing the new tests is named >> gcc.target/aarch64/adv-simd instead of >> gcc.target/aarch64/neon-intrinsics. >> - the driver is named adv-simd.exp instead of neon-intrinsics.exp >> - the driver is guarded against the new test parallelization framework >> - the README file uses 'Advanced SIMD (Neon)' instead of 'Neon' >> > > Thank you Christophe. Please commit all 21 patches in the series. > Thanks, I have committed the whole series. I've just realized afterwards that the tests aren't guarded against targets not supporting Neon. How about adding the attached small patch? (ChangeLog incorrectly formatted :-() 2014-10-26 Christophe Lyon gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp: Skip tests if target does not support Neon. Christophe > /Marcus diff --git a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp index 3aa0e1c..938086b 100644 --- a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp +++ b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp @@ -32,6 +32,11 @@ load_lib torture-options.exp dg-init +if {[istarget arm*-*-*] + && ![check_effective_target_arm_neon_ok]} then { + return +} + torture-init set-torture-options $C_TORTURE_OPTIONS {{}} $LTO_TORTURE_OPTIONS