This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][ARM]fix potential testsuite/gcc.target/arm/fixed_float_conversion.c regression


On Mon, Feb 3, 2014 at 3:56 PM, Renlin Li <renlin.li@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.

Ramana


>
> Kind regards,
> Renlin Li
>
>
> gcc/testsuite/ChangeLog:
>
> 2014-02-03  Renlin Li  <Renlin.Li@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.Li@arm.com>
>
>     * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
>     add_options_for_arm_vfp3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]