OSDN Git Service

* gcc.target/arm/thumb-andsi.c: Correct dg-options and add
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / arm / fp16-compile-ieee-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-mfp16-format=ieee" } */
3
4 __fp16 xx = 0.0;
5
6 /* { dg-final { scan-assembler "\t.eabi_attribute 38, 1" } } */
7 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
8 /* { dg-final { scan-assembler "\t.space\t2" } } */