From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69872 invoked by alias); 10 Jul 2015 11:32:36 -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 69860 invoked by uid 89); 10 Jul 2015 11:32:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (207.82.80.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Jul 2015 11:32:34 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by eu-smtp-1.mimecast.com with ESMTP id uk-mta-6-sfjdItNMSESA_QLB4YSrYg-1; Fri, 10 Jul 2015 12:32:30 +0100 Received: from e105915-lin.cambridge.arm.com ([10.1.2.79]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 10 Jul 2015 12:32:30 +0100 Message-ID: <559FAD4D.10200@arm.com> Date: Fri, 10 Jul 2015 11:32:00 -0000 From: Mantas Mikaitis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: Ping: [PATCH][ARM][testsuite] Fix FAIL: gcc.target/arm/macro_defs0.c and macro_defs1.c when -marm forced References: <54F82C7E.3050603@arm.com> In-Reply-To: <54F82C7E.3050603@arm.com> X-MC-Unique: sfjdItNMSESA_QLB4YSrYg-1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00870.txt.bz2 Pinging this patch. Thank you, - Mantas On 05/03/15 10:14, Mantas Mikaitis wrote: > Hello, > > Tests gcc.target/arm/macro_defs0.c and gcc.target/arm/macro_defs1.c fail > in multilib which forces -marm as pointed out in this message: > https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00483.html . > > This patch will cause these tests to be classified as unsupported rather > than FAIL. > > Ok for trunk? > > Kind regards, > Mantas M. > > 2015-03-05 Mantas Mikaitis > > * gcc.target/arm/macro_defs0.c: added directive to skip > test if -marm is present. > * gcc.target/arm/macro_defs1.c: added directive to skip > test if -marm is present.