Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-alt-1.c
blob0845e886a835df4207f406a2880b86fe76eb3a94
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_fp16_alternative_ok } */
3 /* { dg-options "-mfp16-format=alternative" } */
5 __fp16 xx = 0.0;
7 /* { dg-final { scan-assembler "\t.eabi_attribute 38, 2" } } */
8 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
9 /* { dg-final { scan-assembler "\t.space\t2" } } */