Re: [ARM,testsuite] Force hard-float on armv8_2-fp16-move-1.c

2018-04-03 Thread Kyrill Tkachov
On 03/04/18 14:40, Christophe Lyon wrote: Hi, I've noticed that armv8_2-fp16-move-1.c fails on arm-linux-gnueabi and arm-none-eabi targets because: dg-add-options arm_v8_2a_fp16_scalar adds -mfloat-abi=softfp but we also have dg-options "-O2 -mfloat-abi=hard which means the testcase is compiled

[ARM,testsuite] Force hard-float on armv8_2-fp16-move-1.c

2018-04-03 Thread Christophe Lyon
Hi, I've noticed that armv8_2-fp16-move-1.c fails on arm-linux-gnueabi and arm-none-eabi targets because: dg-add-options arm_v8_2a_fp16_scalar adds -mfloat-abi=softfp but we also have dg-options "-O2 -mfloat-abi=hard which means the testcase is compiled with both -mfloat-abi=hard -mfloat-abi=softf