Re: [committed 02/22] arm: testsuite: correctly detect hard_float

2023-11-20 Thread Richard Earnshaw
On 20/11/2023 10:41, Christophe Lyon wrote: Hi Richard, On Mon, 13 Nov 2023 at 15:27, Richard Earnshaw wrote: Add an arm-specific test to check_effective_target_hard_float for Arm to handle cases where we only have single-precision FP in hardware. gcc/testsuite: * lib/target-s

Re: [committed 02/22] arm: testsuite: correctly detect hard_float

2023-11-20 Thread Christophe Lyon
Hi Richard, On Mon, 13 Nov 2023 at 15:27, Richard Earnshaw wrote: > > > Add an arm-specific test to check_effective_target_hard_float for > Arm to handle cases where we only have single-precision FP in hardware. > > gcc/testsuite: > > * lib/target-supports.exp (check_effective_target_har

[committed 02/22] arm: testsuite: correctly detect hard_float

2023-11-13 Thread Richard Earnshaw
Add an arm-specific test to check_effective_target_hard_float for Arm to handle cases where we only have single-precision FP in hardware. gcc/testsuite: * lib/target-supports.exp (check_effective_target_hard_float): Add arm-specific test. --- gcc/testsuite/lib/target-supports.ex