RE: [PATCH 1/3] [testsuite, arm] target-supports.exp: Add arm_fp_dp_ok effective-target

2020-03-24 Thread Kyrylo Tkachov
Hi Christophe, > -Original Message- > From: Gcc-patches On Behalf Of > Christophe Lyon via Gcc-patches > Sent: 24 March 2020 14:27 > To: gcc-patches@gcc.gnu.org > Subject: [PATCH 1/3] [testsuite, arm] target-supports.exp: Add > arm_fp_dp_ok effective-target > >

[PATCH 1/3] [testsuite, arm] target-supports.exp: Add arm_fp_dp_ok effective-target

2020-03-24 Thread Christophe Lyon via Gcc-patches
Some tests require double-precision support, but the existing arm_fp_ok effective-target only checks if hardware floating-point is available, not what level. So this patch adds a new arm_fp_dp_ok effective-target to check that double-precision is supported. 2020-03-24 Christophe Lyon g