OSDN Git Service

2009-06-18 Sandra Loosemore <sandra@codesourcery.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / arm / fp16-compile-ieee-10.c
1 /* { dg-do compile } */
2 /* { dg-options "-mfp16-format=ieee -std=gnu99" } */
3
4 #include <math.h>
5
6 /* 0x7e00 = 32256 */
7 __fp16 xx = NAN;
8
9 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
10 /* { dg-final { scan-assembler "\t.short\t32256" } } */