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][ARM] Fix test pr82989.c for big endian and mthumb


On 21 March 2018 at 13:11, Sudakshina Das <sudi.das@arm.com> wrote:
> Hi
>
> The test pr82989.c which was added in one of previous commits is failing
> for mthumb and big-endian configurations. The aim of this test was to
> check that NEON instructions are not being used for simple shift
> operations. The scanning of lsl and lsr instructions and checking its
> counts were just too restrictive for different configurations. So I
> have now simplified the test to only check for the absence of NEON
> instructions.
>
> Testing: Only test case change so only tested the said test on
> differently configured toolchain.
> @Christophe can you confirm this patch fixes the failure for you?
>

Yes, the validations are now OK my side.

Thanks

Christophe

> Thanks
> Sudi
>
> *** gcc/testsuite/ChangeLog ***
>
> 2018-03-21  Sudakshina Das  <sudi.das@arm.com>
>
>         PR target/82989
>         * gcc.target/arm/pr82989.c: Change dg-scan-assembly directives.


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