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 gcc.target/arm/xor-and.c


On 17 January 2018 at 12:11, Kyrill  Tkachov
<kyrylo.tkachov@foss.arm.com> wrote:
> Hi all,
>
> This test is naughty because it doesn't use the proper effective target
> checks
> and add-options mechanisms for setting a Thumb1 target, which leads to
> Thumb1 hard-float errors
> when testing a toolchain configured with --with-cpu=cortex-a15
> --with-fpu=neon-vfpv4 --with-float=hard --with-mode=thumb.
>
> This patch fixes that in the obvious way.
>
> Committing to trunk.
> Thanks,
> Kyrill
>
> 2018-01-17  Kyrylo Tkachov <kyrylo.tkachov@arm.com>
>
>     * gcc.target/arm/xor-and.c: Fix armv6 effective target checks
>     and options.

There was a problem with the order of dg-options and dg-add-options,
which I fixed as a obvious at r256845.

Christophe

Attachment: r256845.chlog.txt
Description: Text document

Attachment: r256845.patch.txt
Description: Text document


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