From patchwork Tue Nov 8 13:35:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Preudhomme X-Patchwork-Id: 81318 Delivered-To: patch@linaro.org Received: by 10.140.97.165 with SMTP id m34csp1550939qge; Tue, 8 Nov 2016 05:36:01 -0800 (PST) X-Received: by 10.99.112.65 with SMTP id a1mr19179832pgn.31.1478612160933; Tue, 08 Nov 2016 05:36:00 -0800 (PST) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id qy1si30846703pab.165.2016.11.08.05.36.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Nov 2016 05:36:00 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-return-440748-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; dkim=pass header.i=@gcc.gnu.org; spf=pass (google.com: domain of gcc-patches-return-440748-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=gcc-patches-return-440748-patch=linaro.org@gcc.gnu.org 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:from:message-id:date:mime-version :in-reply-to:content-type; q=dns; s=default; b=XD0aetchpAN/a7TH1 7OpPYiTFIx3M8L6jDmIoUWpuaEH78y/N5bdb+m5cgO2pIkL9RIU8v7W0nwSrMTgb /66kL3B7+yAvrYqc+GunIZwDvEIlxyGYwf+HlqLY9+PIUu6AaxKVwzgzzF2uuKxw PsIwLa1B8B2UivBP8K/fprLJt4= 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:from:message-id:date:mime-version :in-reply-to:content-type; s=default; bh=O3xgULcOLBCq+HLy4DsemkY DhBE=; b=PoleZNNmWPBW/t3+6nv/lT21TmLLKCpdxmMYuBwb/ETOi2TYFZoXtno rep6WkxtcTBwj1YIf9hhedfyWdh93pX/wAlQskWffm/gdlqaGpr02cW0ta7KoUEh X/gJC72hqeF00CALJenwd5BRRbSjturfyKykSeFTgLBGoe8e5V/c= Received: (qmail 98045 invoked by alias); 8 Nov 2016 13:35:46 -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 98032 invoked by uid 89); 8 Nov 2016 13:35:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=mfloat-abi, armv8-m, ARMv6M, FUNC X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Nov 2016 13:35:35 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 06DBB13D9; Tue, 8 Nov 2016 05:35:34 -0800 (PST) Received: from [10.2.206.52] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 436023F25D; Tue, 8 Nov 2016 05:35:33 -0800 (PST) Subject: Re: [PATCH, ARM/testsuite 6/7, ping2] Force soft float in ARMv6-M and ARMv8-M Baseline options To: "Richard Earnshaw (lists)" , "gcc-patches@gcc.gnu.org" , Kyrill Tkachov , Ramana Radhakrishnan References: <10c4444d-3f88-7cab-4ef9-80de644bab1f@foss.arm.com> <3a4ea2fc-fe53-cb50-16a7-888839175a55@arm.com> <21f27a25-0e7f-a68f-47c4-bf15b247cc80@foss.arm.com> From: Thomas Preudhomme Message-ID: <0f1821cf-f20c-ccc5-6811-89b97303e332@foss.arm.com> Date: Tue, 8 Nov 2016 13:35:31 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <21f27a25-0e7f-a68f-47c4-bf15b247cc80@foss.arm.com> X-IsSubscribed: yes Ping, Best regards, Thomas On 02/11/16 10:04, Thomas Preudhomme wrote: > Ping? > > Best regards, > > Thomas > > On 28/10/16 10:49, Thomas Preudhomme wrote: >> On 22/09/16 16:47, Richard Earnshaw (lists) wrote: >>> On 22/09/16 15:51, Thomas Preudhomme wrote: >>>> Sorry, noticed an error in the patch. It was not caught during testing >>>> because GCC was built with --with-mode=thumb. Correct patch attached. >>>> >>>> Best regards, >>>> >>>> Thomas >>>> >>>> On 22/09/16 14:49, Thomas Preudhomme wrote: >>>>> Hi, >>>>> >>>>> ARMv6-M and ARMv8-M Baseline only support soft float ABI. Therefore, the >>>>> arm_arch_v8m_base add option should pass -mfloat-abi=soft, much like >>>>> -mthumb is >>>>> passed for architectures that only support Thumb instruction set. This >>>>> patch >>>>> adds -mfloat-abi=soft to both arm_arch_v6m and arm_arch_v8m_base add >>>>> options. >>>>> Patch is in attachment. >>>>> >>>>> ChangeLog entry is as follows: >>>>> >>>>> *** gcc/testsuite/ChangeLog *** >>>>> >>>>> 2016-07-15 Thomas Preud'homme >>>>> >>>>> * lib/target-supports.exp (add_options_for_arm_arch_v6m): Add >>>>> -mfloat-abi=soft option. >>>>> (add_options_for_arm_arch_v8m_base): Likewise. >>>>> >>>>> >>>>> Is this ok for trunk? >>>>> >>>>> Best regards, >>>>> >>>>> Thomas >>>> >>>> 6_softfloat_testing_v6m_v8m_baseline.patch >>>> >>>> >>>> diff --git a/gcc/testsuite/lib/target-supports.exp >>>> b/gcc/testsuite/lib/target-supports.exp >>>> index >>>> 0dabea0850124947a7fe333e0b94c4077434f278..b5d72f1283be6a6e4736a1d20936e169c1384398 >>>> >>>> 100644 >>>> --- a/gcc/testsuite/lib/target-supports.exp >>>> +++ b/gcc/testsuite/lib/target-supports.exp >>>> @@ -3540,24 +3540,25 @@ proc check_effective_target_arm_fp16_hw { } { >>>> # Usage: /* { dg-require-effective-target arm_arch_v5_ok } */ >>>> # /* { dg-add-options arm_arch_v5 } */ >>>> # /* { dg-require-effective-target arm_arch_v5_multilib } */ >>>> -foreach { armfunc armflag armdef } { v4 "-march=armv4 -marm" __ARM_ARCH_4__ >>>> - v4t "-march=armv4t" __ARM_ARCH_4T__ >>>> - v5 "-march=armv5 -marm" __ARM_ARCH_5__ >>>> - v5t "-march=armv5t" __ARM_ARCH_5T__ >>>> - v5te "-march=armv5te" __ARM_ARCH_5TE__ >>>> - v6 "-march=armv6" __ARM_ARCH_6__ >>>> - v6k "-march=armv6k" __ARM_ARCH_6K__ >>>> - v6t2 "-march=armv6t2" __ARM_ARCH_6T2__ >>>> - v6z "-march=armv6z" __ARM_ARCH_6Z__ >>>> - v6m "-march=armv6-m -mthumb" __ARM_ARCH_6M__ >>>> - v7a "-march=armv7-a" __ARM_ARCH_7A__ >>>> - v7r "-march=armv7-r" __ARM_ARCH_7R__ >>>> - v7m "-march=armv7-m -mthumb" __ARM_ARCH_7M__ >>>> - v7em "-march=armv7e-m -mthumb" __ARM_ARCH_7EM__ >>>> - v8a "-march=armv8-a" __ARM_ARCH_8A__ >>>> - v8_1a "-march=armv8.1a" __ARM_ARCH_8A__ >>>> - v8m_base "-march=armv8-m.base -mthumb" >>>> __ARM_ARCH_8M_BASE__ >>>> - v8m_main "-march=armv8-m.main -mthumb" >>>> __ARM_ARCH_8M_MAIN__ } { >>>> +foreach { armfunc armflag armdef } { >>>> + v4 "-march=armv4 -marm" __ARM_ARCH_4__ >>>> + v4t "-march=armv4t" __ARM_ARCH_4T__ >>>> + v5 "-march=armv5 -marm" __ARM_ARCH_5__ >>>> + v5t "-march=armv5t" __ARM_ARCH_5T__ >>>> + v5te "-march=armv5te" __ARM_ARCH_5TE__ >>>> + v6 "-march=armv6" __ARM_ARCH_6__ >>>> + v6k "-march=armv6k" __ARM_ARCH_6K__ >>>> + v6t2 "-march=armv6t2" __ARM_ARCH_6T2__ >>>> + v6z "-march=armv6z" __ARM_ARCH_6Z__ >>>> + v6m "-march=armv6-m -mthumb -mfloat-abi=soft" __ARM_ARCH_6M__ >>>> + v7a "-march=armv7-a" __ARM_ARCH_7A__ >>>> + v7r "-march=armv7-r" __ARM_ARCH_7R__ >>>> + v7m "-march=armv7-m -mthumb" __ARM_ARCH_7M__ >>>> + v7em "-march=armv7e-m -mthumb" __ARM_ARCH_7EM__ >>>> + v8a "-march=armv8-a" __ARM_ARCH_8A__ >>>> + v8_1a "-march=armv8.1a" __ARM_ARCH_8A__ >>>> + v8m_base "-march=armv8-m.base -mthumb -mfloat-abi=soft" >>>> __ARM_ARCH_8M_BASE__ >>>> + v8m_main "-march=armv8-m.main -mthumb" __ARM_ARCH_8M_MAIN__ } { >>>> eval [string map [list FUNC $armfunc FLAG $armflag DEF $armdef ] { >>>> proc check_effective_target_arm_arch_FUNC_ok { } { >>>> if { [ string match "*-marm*" "FLAG" ] && >>>> >>> >>> I think if you're going to do this you need to also check that changing >>> the ABI in this way isn't incompatible with other aspects of how the >>> user has invoked dejagnu. >> >> The reason this patch was made is that without it dg-require-effective-target >> arm_arch_v8m_base_ok evaluates to true for an arm-none-linux-gnueabihf toolchain >> but then any testcase containing a function for such a target (such as the >> atomic-op-* in gcc.target/arm) will error out because ARMv8-M Baseline does not >> support hard float ABI. >> >> I see 2 ways to fix this: >> >> 1) the approach taken in this patch, ie saying that to select ARMv8-M baseline >> architecture you need the right -march, -mthumb but also the right float ABI. >> >> Note that the comment at the top of that procedure says: >> # Creates a series of routines that return 1 if the given architecture >> # can be selected and a routine to give the flags to select that architecture >> >> 2) Add a function to the assembly that is used to test support for the >> architecture. >> >> The reason I favor the first one is that it enables more test while the second >> test would just skip ARMv6-M and ARMv8-M Baseline tests for >> arm-none-linux-gnueabihf toolchains. >> >> Is this patch ok for trunk? >> >> Best regards, >> >> Thomas diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index b5a9faab5a47d01371c6402a5b07d34071dbc34b..ce2fc0af116a4ffbec272642dff21ed5797a3028 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -3679,25 +3679,26 @@ proc check_effective_target_arm_fp16_hw { } { # Usage: /* { dg-require-effective-target arm_arch_v5_ok } */ # /* { dg-add-options arm_arch_v5 } */ # /* { dg-require-effective-target arm_arch_v5_multilib } */ -foreach { armfunc armflag armdef } { v4 "-march=armv4 -marm" __ARM_ARCH_4__ - v4t "-march=armv4t" __ARM_ARCH_4T__ - v5 "-march=armv5 -marm" __ARM_ARCH_5__ - v5t "-march=armv5t" __ARM_ARCH_5T__ - v5te "-march=armv5te" __ARM_ARCH_5TE__ - v6 "-march=armv6" __ARM_ARCH_6__ - v6k "-march=armv6k" __ARM_ARCH_6K__ - v6t2 "-march=armv6t2" __ARM_ARCH_6T2__ - v6z "-march=armv6z" __ARM_ARCH_6Z__ - v6m "-march=armv6-m -mthumb" __ARM_ARCH_6M__ - v7a "-march=armv7-a" __ARM_ARCH_7A__ - v7r "-march=armv7-r" __ARM_ARCH_7R__ - v7m "-march=armv7-m -mthumb" __ARM_ARCH_7M__ - v7em "-march=armv7e-m -mthumb" __ARM_ARCH_7EM__ - v8a "-march=armv8-a" __ARM_ARCH_8A__ - v8_1a "-march=armv8.1a" __ARM_ARCH_8A__ - v8_2a "-march=armv8.2a" __ARM_ARCH_8A__ - v8m_base "-march=armv8-m.base -mthumb" __ARM_ARCH_8M_BASE__ - v8m_main "-march=armv8-m.main -mthumb" __ARM_ARCH_8M_MAIN__ } { +foreach { armfunc armflag armdef } { + v4 "-march=armv4 -marm" __ARM_ARCH_4__ + v4t "-march=armv4t" __ARM_ARCH_4T__ + v5 "-march=armv5 -marm" __ARM_ARCH_5__ + v5t "-march=armv5t" __ARM_ARCH_5T__ + v5te "-march=armv5te" __ARM_ARCH_5TE__ + v6 "-march=armv6" __ARM_ARCH_6__ + v6k "-march=armv6k" __ARM_ARCH_6K__ + v6t2 "-march=armv6t2" __ARM_ARCH_6T2__ + v6z "-march=armv6z" __ARM_ARCH_6Z__ + v6m "-march=armv6-m -mthumb -mfloat-abi=soft" __ARM_ARCH_6M__ + v7a "-march=armv7-a" __ARM_ARCH_7A__ + v7r "-march=armv7-r" __ARM_ARCH_7R__ + v7m "-march=armv7-m -mthumb" __ARM_ARCH_7M__ + v7em "-march=armv7e-m -mthumb" __ARM_ARCH_7EM__ + v8a "-march=armv8-a" __ARM_ARCH_8A__ + v8_1a "-march=armv8.1a" __ARM_ARCH_8A__ + v8_2a "-march=armv8.2a" __ARM_ARCH_8A__ + v8m_base "-march=armv8-m.base -mthumb -mfloat-abi=soft" __ARM_ARCH_8M_BASE__ + v8m_main "-march=armv8-m.main -mthumb" __ARM_ARCH_8M_MAIN__ } { eval [string map [list FUNC $armfunc FLAG $armflag DEF $armdef ] { proc check_effective_target_arm_arch_FUNC_ok { } { if { [ string match "*-marm*" "FLAG" ] &&