Re: [PATCH][testsuite][ARM] Properly figure -mfloat-abi option for crypto tests

2014-01-13 Thread Christophe Lyon
On 13 January 2014 15:51, Kyrill Tkachov wrote: > On 13/01/14 13:57, Christophe Lyon wrote: >> >> Hi Kyrill, >> >> Your patch fixes most of the problems I noticed, however, it makes the >> compiler crash on vld1Q_dupp64 when the target is big-endian: >> --with-target= armeb-none-linux-gnueabihf >>

Re: [PATCH][testsuite][ARM] Properly figure -mfloat-abi option for crypto tests

2014-01-13 Thread Kyrill Tkachov
On 13/01/14 13:57, Christophe Lyon wrote: Hi Kyrill, Your patch fixes most of the problems I noticed, however, it makes the compiler crash on vld1Q_dupp64 when the target is big-endian: --with-target= armeb-none-linux-gnueabihf --with-cpu=cortex-a9 --with-fpu=neon-fp16 /aci-gcc-fsf/sources/gcc

Re: [PATCH][testsuite][ARM] Properly figure -mfloat-abi option for crypto tests

2014-01-13 Thread Christophe Lyon
Hi Kyrill, Your patch fixes most of the problems I noticed, however, it makes the compiler crash on vld1Q_dupp64 when the target is big-endian: --with-target= armeb-none-linux-gnueabihf --with-cpu=cortex-a9 --with-fpu=neon-fp16 /aci-gcc-fsf/sources/gcc-fsf/trunk/gcc/testsuite/gcc.target/arm/neon

Re: [PATCH][testsuite][ARM] Properly figure -mfloat-abi option for crypto tests

2014-01-10 Thread Richard Earnshaw
On 09/01/14 17:02, Kyrill Tkachov wrote: > Hi all, > > When adding the testsuite options for the crypto tests we need to make sure > that > don't end up adding -mfloat-abi=softfp to a hard-float target like > arm-none-linux-gnueabihf. This patch adds that code to figure out which > -mfpu/-mflo

[PATCH][testsuite][ARM] Properly figure -mfloat-abi option for crypto tests

2014-01-09 Thread Kyrill Tkachov
Hi all, When adding the testsuite options for the crypto tests we need to make sure that don't end up adding -mfloat-abi=softfp to a hard-float target like arm-none-linux-gnueabihf. This patch adds that code to figure out which -mfpu/-mfloat-abi combination to use in a similar approach to the