From patchwork Wed Feb 22 11:03:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Weigand X-Patchwork-Id: 6880 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 903951CCAC5 for ; Wed, 22 Feb 2012 11:03:33 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id 4CEE0A186AA for ; Wed, 22 Feb 2012 11:03:33 +0000 (UTC) Received: by iabz7 with SMTP id z7so14248501iab.11 for ; Wed, 22 Feb 2012 03:03:32 -0800 (PST) Received: from mr.google.com ([10.42.131.129]) by 10.42.131.129 with SMTP id z1mr31588690ics.53.1329908612729 (num_hops = 1); Wed, 22 Feb 2012 03:03:32 -0800 (PST) Received: by 10.42.131.129 with SMTP id z1mr25294941ics.53.1329908612680; Wed, 22 Feb 2012 03:03:32 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.11.10 with SMTP id r10csp131388ibr; Wed, 22 Feb 2012 03:03:32 -0800 (PST) Received: by 10.216.131.234 with SMTP id m84mr9081959wei.24.1329908610631; Wed, 22 Feb 2012 03:03:30 -0800 (PST) Received: from e06smtp17.uk.ibm.com (e06smtp17.uk.ibm.com. [195.75.94.113]) by mx.google.com with ESMTPS id u9si9425351wec.12.2012.02.22.03.03.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 03:03:30 -0800 (PST) Received-SPF: pass (google.com: domain of uweigand@de.ibm.com designates 195.75.94.113 as permitted sender) client-ip=195.75.94.113; Authentication-Results: mx.google.com; spf=pass (google.com: domain of uweigand@de.ibm.com designates 195.75.94.113 as permitted sender) smtp.mail=uweigand@de.ibm.com Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Feb 2012 11:03:29 -0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (9.149.38.185) by e06smtp17.uk.ibm.com (192.168.101.147) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 22 Feb 2012 11:03:08 -0000 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1MB386I1617954 for ; Wed, 22 Feb 2012 11:03:08 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1MB37VR007383 for ; Wed, 22 Feb 2012 04:03:07 -0700 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with SMTP id q1MB36Ps007249 for ; Wed, 22 Feb 2012 04:03:06 -0700 Message-Id: <201202221103.q1MB36Ps007249@d06av02.portsmouth.uk.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Wed, 22 Feb 2012 12:03:06 +0100 Subject: [ARM, patch, testsuite] Enable vect_condition tests for ARM/NEON To: patches@linaro.org Date: Wed, 22 Feb 2012 12:03:06 +0100 (CET) From: "Ulrich Weigand" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 x-cbid: 12022211-0542-0000-0000-0000010D3655 X-Gm-Message-State: ALoCoQnJf1Y+p45akEzir6ncTtvbxofMnDvMFkRGbIvVxJ+wzjvjLgsUfVF+g7EPhLg7Llh9n6fV http://gcc.gnu.org/ml/gcc-patches/2012-02/msg01111.html testsuite/ChangeLog: * lib/target-supports.exp (check_effective_target_vect_condition): Return true for NEON. Index: gcc/testsuite/lib/target-supports.exp =================================================================== --- gcc/testsuite/lib/target-supports.exp (revision 184398) +++ gcc/testsuite/lib/target-supports.exp (working copy) @@ -3430,7 +3430,8 @@ || [istarget ia64-*-*] || [istarget i?86-*-*] || [istarget spu-*-*] - || [istarget x86_64-*-*] } { + || [istarget x86_64-*-*] + || ([istarget arm*-*-*] && [check_effective_target_arm_neon_ok]) } { set et_vect_cond_saved 1 } }