On 11/02/14 15:11, Ramana Radhakrishnan wrote:
On Mon, Feb 3, 2014 at 3:56 PM, Renlin Li <renlin...@arm.com> wrote:
Hi all,
This patch will ensure testsuite/gcc.target/arm/fixed_float_conversion.c is
checked only when "-mfpu=vfp3 -mfloat-abi=softfp" is applicable for the
target.
Accordingly, two procs (check_effective_target_arm_vfp3_ok and
add_options_for_arm_vfp3) are added into
gcc/testsuite/lib/target-supports.exp.
I have also update related documentation.
Okay for trunk?
This is OK.
Hi all,
I've committed this on behalf of Renlin as r207691.
Kyrill
Ramana
Kind regards,
Renlin Li
gcc/testsuite/ChangeLog:
2014-02-03 Renlin Li <renlin...@arm.com>
* gcc.target/arm/fixed_float_conversion.c: Add arm_vfp3 option to the
test case.
* lib/target-supports.exp: check_effective_target_arm_vfp3_ok: New.
add_options_for_arm_vfp3: New.
gcc/ChangeLog:
2014-02-03 Renlin Li <renlin...@arm.com>
* doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
add_options_for_arm_vfp3