Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-none-1.c
blob9472249e2e2a594130c0d5966aa7c0aa1dddbf58
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_fp16_none_ok } */
3 /* { dg-options "-mfp16-format=none" } */
5 /* __fp16 type name is not recognized unless you explicitly enable it
6 by selecting -mfp16-format=ieee or -mfp16-format=alternative. */
7 __fp16 xx = 0.0; /* { dg-error "unknown type name" } */