Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-alt-12.c
blob3c3bd2f02f6f90c15cac7cb60e0ffa859540e874
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_fp16_alternative_ok } */
3 /* { dg-options "-mfp16-format=alternative" } */
5 float xx __attribute__((mode(HF))) = 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" } } */