From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28873 invoked by alias); 22 Jun 2011 08:24:16 -0000 Received: (qmail 28862 invoked by uid 22791); 22 Jun 2011 08:24:14 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (94.185.240.25) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Wed, 22 Jun 2011 08:23:57 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 22 Jun 2011 09:23:53 +0100 Received: from [10.1.67.34] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 22 Jun 2011 09:23:52 +0100 Message-ID: <4E01A698.7060909@arm.com> Date: Wed, 22 Jun 2011 08:33:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-GB; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Janis Johnson CC: "gcc-patches@gcc.gnu.org" Subject: Re: [testsuite] ARM: adjust skips for Xscale test References: <4E010718.1030701@codesourcery.com> In-Reply-To: <4E010718.1030701@codesourcery.com> X-MC-Unique: 111062209235302901 Content-Type: text/plain; charset=WINDOWS-1252 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: 2011-06/txt/msg01655.txt.bz2 On 21/06/11 22:03, Janis Johnson wrote: > This patch allows an Xscale-specific test to run if multilib flags > include -march=3Dxscale and to be skipped if -mcpu=3D is used with > anything besides xscale. >=20 > OK for trunk, and later for 4.6? >=20 >=20 > gcc-20110621-2 >=20 >=20 > 2011-06-21 Janis Johnson >=20 > * gcc.target/arm/scd42-3.c: Allow -march-xscale; skip if -mcpu > is not xscale. >=20 OK. R.