Re: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-10-17 Thread Christophe Lyon
Committed on Charles' behalf as rev 203799 with this ChangeLog entry: 2013-10-17 Charles Bayis * gcc.dg/builtin-apply2.c: Skip test on arm hardfloat ABI targets. * gcc.dg/tls/pr42894.c: Remove dg-options for arm*-*-* targets. * gcc.target/arm/thumb-ltu.c: Remove dg-skip-if and require effective

Re: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-10-17 Thread Jakub Jelinek
On Thu, Oct 17, 2013 at 11:32:42AM +0100, Richard Earnshaw wrote: > On 19/09/13 18:21, Charles Baylis wrote: > > Here is an updated version. > > > > Changelog: > > > > * gcc.dg/builtin-apply2.c: skip test on arm hardfloat ABI targets > > * gcc.dg/tls/pr42894.c: Remove options, for

Re: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-10-17 Thread Richard Earnshaw
On 17/10/13 11:32, Richard Earnshaw wrote: > On 19/09/13 18:21, Charles Baylis wrote: >> Hi >> >> Here is an updated version. >> >> Changelog: >> >> * gcc.dg/builtin-apply2.c: skip test on arm hardfloat ABI targets >> * gcc.dg/tls/pr42894.c: Remove options, forcing -mthumb fails >>

Re: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-10-17 Thread Richard Earnshaw
On 19/09/13 18:21, Charles Baylis wrote: > Hi > > Here is an updated version. > > Changelog: > > * gcc.dg/builtin-apply2.c: skip test on arm hardfloat ABI targets > * gcc.dg/tls/pr42894.c: Remove options, forcing -mthumb fails > with hardfloat, and test is not thumb-specific >

Re: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-10-16 Thread Charles Baylis
PIng? On 19 September 2013 18:21, Charles Baylis wrote: > Hi > > Here is an updated version. > > Changelog: > > * gcc.dg/builtin-apply2.c: skip test on arm hardfloat ABI targets > * gcc.dg/tls/pr42894.c: Remove options, forcing -mthumb fails > with hardfloat, and test is not thumb

Re: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-09-19 Thread Charles Baylis
Hi Here is an updated version. Changelog: * gcc.dg/builtin-apply2.c: skip test on arm hardfloat ABI targets * gcc.dg/tls/pr42894.c: Remove options, forcing -mthumb fails with hardfloat, and test is not thumb-specific * gcc,target/arm/thumb-ltu.c: Avoid test failure with h

Re: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-08-19 Thread Richard Earnshaw
On 15/08/13 15:10, Charles Baylis wrote: > Hi > > The attached patch fixes some tests which fail when testing gcc for a > arm-none-linux-gnueabihf target because they do not expect to be built > with a hard float ABI. > > The change in target-supports.exp fixes arm-fp16-ops-5.c and arm-fp16-ops-6

Re: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-08-16 Thread Charles Baylis
Hi Kyrylo Thanks for the comments. I've done version 2 of the patch with the changes incorporated 2013-08-16 Charles Baylis * gcc.dg/builtin-apply2.c: skip test on arm hardfloat ABI targets * gcc.dg/tls/pr42894.c: Use -mfloat-abi=soft as Thumb1 does not support hardfloat ABI

RE: [PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-08-15 Thread Kyrylo Tkachov
Hi Charles, CC'ing some of the ARM maintainers... > Hi > > The attached patch fixes some tests which fail when testing gcc for a > arm-none-linux-gnueabihf target because they do not expect to be built > with a hard float ABI. > > The change in target-supports.exp fixes arm-fp16-ops-5.c and arm

[PATCH,ARM] fix testsuite failures for arm-none-linux-gnueabihf

2013-08-15 Thread Charles Baylis
Hi The attached patch fixes some tests which fail when testing gcc for a arm-none-linux-gnueabihf target because they do not expect to be built with a hard float ABI. The change in target-supports.exp fixes arm-fp16-ops-5.c and arm-fp16-ops-6.c. Tested on arm-none-linux-gnueabihf using qemu-arm,