This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.
- From: Christophe Lyon <christophe dot lyon at linaro dot org>
- To: Tamar Christina <tamar dot christina at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, nd <nd at arm dot com>, Ramana Radhakrishnan <Ramana dot Radhakrishnan at arm dot com>, Richard Earnshaw <Richard dot Earnshaw at arm dot com>, nick clifton <nickc at redhat dot com>, Kyrylo Tkachov <Kyrylo dot Tkachov at arm dot com>
- Date: Wed, 13 Dec 2017 09:49:15 +0100
- Subject: Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.
- Authentication-results: sourceware.org; auth=none
- References: <20171212172909.GA12902@arm.com>
On 12 December 2017 at 18:29, Tamar Christina <tamar.christina@arm.com> wrote:
> Hi All,
>
> The previous test made use of arm_neon.h which made the whole test
> rather fragile and only applicable to some of the arm targets.
>
> So instead I make use of different fpus now to test the generation of
> fmla instructions. The actual instruction itself is not tested as all
> we care about if that the proper .fpu directives are generated.
>
> Regtested on arm-none-eabi and arm-none-linux-gnueabihf
> with no regressions.
>
> Ok for trunk?
>
>
> gcc/testsuite/
> 2017-12-12 Tamar Christina <tamar.christina@arm.com>
>
> PR target/82641
> * gcc.target/arm/pragma_fpu_attribute.c: New.
> * gcc.target/arm/pragma_fpu_attribute_2.c: New.
>
Sorry, it seems your patch does not apply against ToT, and
the ChangeLog looks incorrect (these are not new files)
Christophe