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 half-precision floating point, 8/8 (test cases)


On Thu, Apr 16, 2009 at 12:29 AM, Sandra Loosemore
<sandra@codesourcery.com> wrote:
> Last piece of the half-precision puzzle! ?Here are a lot of new test cases.

I'm missing a testcase that verifies what happens if I declare

float x __attribute__((mode(HF)));

on a target that doesn't support it.

Thanks,
Richard.

> -Sandra
>
>
> 2009-04-15 ?Sandra Loosemore ?<sandra@codesourcery.com>
>
> ? ? ? ?gcc/testsuite/
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-2.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-3.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-4.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-5.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-6.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-7.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-8.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-9.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-10.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-alt-11.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-2.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-3.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-4.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-5.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-6.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-7.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-8.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-9.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-10.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-ieee-11.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-none-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-exprtype.c: New.
> ? ? ? ?* gcc.target/arm/fp16-compile-vcvt.c: New.
> ? ? ? ?* gcc.target/arm/fp16-builtins-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-rounding-alt-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-rounding-ieee-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-param-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-return-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-unprototyped-1.c: New.
> ? ? ? ?* gcc.target/arm/fp16-unprototyped-2.c: New.
> ? ? ? ?* gcc.target/arm/fp16-variadic-1.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-compile-assign.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-compile-convert.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-int-convert-alt.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-int-convert-ieee.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops.h: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops-1.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops-2.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops-3.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops-4.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops-5.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops-6.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops-7.c: New.
> ? ? ? ?* gcc.dg/torture/arm-fp16-ops-8.c: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/fp16-overload-1.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/fp16-return-1.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/fp16-param-1.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/fp16-mangle-1.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops.h: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops-1.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops-2.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops-3.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops-4.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops-5.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops-6.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops-7.C: New.
> ? ? ? ?* g++.dg/ext/arm-fp16/arm-fp16-ops-8.C: New.
>


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