Re: [PATCH][arm] Fix gcc.target/arm/xor-and.c

2018-01-18 Thread Christophe Lyon
On 17 January 2018 at 12:11, Kyrill Tkachov 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-c

[PATCH][arm] Fix gcc.target/arm/xor-and.c

2018-01-17 Thread Kyrill Tkachov
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-mo