From patchwork Wed Sep 30 10:25:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Bruel X-Patchwork-Id: 524326 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 300F7140789 for ; Wed, 30 Sep 2015 20:25:49 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=afAK6srn; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:to:references:cc:from:message-id:date:mime-version :in-reply-to:content-type; q=dns; s=default; b=mbDOZad78CeJ5ujS9 Ti6Sp8epUDbKYtPj5SIqWnvgDc0RXgOxmAcFGvXYIszCrbLibqvl14oX5O32x3Ei mnT3xGkIa2LZuV6RT35V2LpX+LW8FWyA2BGwmJjyqN7d0lnHB+WWr6/lIhtoTPsL dHK70aaOSPyya5PwDWgRm3y3pE= 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 :subject:to:references:cc:from:message-id:date:mime-version :in-reply-to:content-type; s=default; bh=IVJqNRz/CC8EHs0mWCqn9dA +oHo=; b=afAK6srnaKBD2F/jfw2nmqHAziCVI29V3PSu5iafcAEjKhmg4NZ7YS5 7dFL5sIL/U69bIsKs9kXeMzNPQGq/Yf4RLlt2U/A1ozUymO7PD8QSHjqpmTbF78N 6LljIgfTZ0AamXc1tmTM7TKz1nbCmLwEkL5R3az2vP42a2/D5JO8= Received: (qmail 124602 invoked by alias); 30 Sep 2015 10:25:42 -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 124592 invoked by uid 89); 30 Sep 2015 10:25:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL, BAYES_50, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mx07-00178001.pphosted.com Received: from mx07-00178001.pphosted.com (HELO mx07-00178001.pphosted.com) (62.209.51.94) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 30 Sep 2015 10:25:40 +0000 Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by m0046037.ppops.net (8.14.5/8.14.5) with SMTP id t8UANDI7000615; Wed, 30 Sep 2015 12:25:34 +0200 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by m0046037.ppops.net with ESMTP id 1x7w22urpk-1 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 30 Sep 2015 12:25:34 +0200 Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 8521231; Wed, 30 Sep 2015 10:25:14 +0000 (GMT) Received: from Webmail-eu.st.com (safex1hubcas4.st.com [10.75.90.69]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D6BD01135; Wed, 30 Sep 2015 10:25:32 +0000 (GMT) Received: from [164.129.122.197] (164.129.122.197) by webmail-eu.st.com (10.75.90.13) with Microsoft SMTP Server (TLS) id 8.3.342.0; Wed, 30 Sep 2015 12:25:32 +0200 Subject: Re: [PATCH, ARM] Cleanup attr_thumb-static2.c test directives To: , , References: <560B9E42.7040004@st.com> CC: From: Christian Bruel X-No-Archive: yes Message-ID: <560BB89B.7050808@st.com> Date: Wed, 30 Sep 2015 12:25:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <560B9E42.7040004@st.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151, 1.0.33, 0.0.0000 definitions=2015-09-30_02:2015-09-30, 2015-09-30, 1970-01-01 signatures=0 X-IsSubscribed: yes On 09/30/2015 10:48 AM, Christian Bruel wrote: > Change the test directive to avoid the awkward thumb1 useless skip and > relax the required platform > > Passes for arm-eabi-none with default configure options. > sorry, resent clear :-) Christian 2015-09-29 Christian Bruel * gcc.target/arm/attr_thumb-static2.c: Cleanup directives. Index: gcc/testsuite/gcc.target/arm/attr_thumb-static2.c =================================================================== --- gcc/testsuite/gcc.target/arm/attr_thumb-static2.c (revision 228279) +++ gcc/testsuite/gcc.target/arm/attr_thumb-static2.c (working copy) @@ -1,8 +1,8 @@ -/* Check that interwork between static functions is correctly resolved. */ +/* Check interwork between static functions for thumb2. */ -/* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */ -/* { dg-options "-O0 -march=armv7-a -mfloat-abi=hard" } */ /* { dg-do compile } */ +/* { dg-require-effective-target arm_arch_v7a_ok } */ +/* { dg-options "-O0 -march=armv7-a" } */ struct _NSPoint {