This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][GCC][ARM] Fix fragile arm fpu attribute tests.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]