Re: [ARM,testsuite] Make arm_arch_FUNC_ok more robust

2018-01-18 Thread Kyrill Tkachov
Hi Christophe, On 18/01/18 14:08, Christophe Lyon wrote: Hi, I'm resurrecting a patch I posted in 2012-09 :) That's the month I first started working on GCC :) effective_target_arm_arch_FUNC_ok currently contains only #if !defined (DEF) #error FOO

[ARM,testsuite] Make arm_arch_FUNC_ok more robust

2018-01-18 Thread Christophe Lyon
Hi, I'm resurrecting a patch I posted in 2012-09 :) effective_target_arm_arch_FUNC_ok currently contains only #if !defined (DEF) #error FOO #endif which is not sufficient for GCC to complain in case of an unsupported flags combination. For instance,