From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8883 invoked by alias); 17 Dec 2012 14:12:58 -0000 Received: (qmail 8868 invoked by uid 22791); 17 Dec 2012 14:12:57 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Dec 2012 14:12:54 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 17 Dec 2012 14:12:52 +0000 Received: from [10.1.69.67] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 17 Dec 2012 14:12:50 +0000 Message-ID: <50CF2862.9040308@arm.com> Date: Mon, 17 Dec 2012 14:12:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Kyrylo Tkachov CC: "gcc-patches@gcc.gnu.org" , Ramana Radhakrishnan Subject: Re: [PATCH][ARM][testsuite] Add testsuite options for AArch32 NEON References: <005e01cdd79b$5d210440$17630cc0$@tkachov@arm.com> In-Reply-To: <005e01cdd79b$5d210440$17630cc0$@tkachov@arm.com> X-MC-Unique: 112121714125207701 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2012-12/txt/msg01051.txt.bz2 On 11/12/12 12:30, Kyrylo Tkachov wrote: > Hi all, > > Since the new AArch32 NEON instructions in arm_neon.h are predicated on > __ARM_ARCH 8 the testsuite add_options procedure should also include > -march=3Darmv8-a to make these instructions available. > > This makes the new vrnd* tests in gcc.target/arm/neon PASS in situations > where armv8-a is not the default target. > No regressions otherwise on arm-none-eabi. > > Ok for trunk? > OK. Don't you need to do the same thing for add_options_for_arm_v8_vfp? R.