summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/arm/fp16-compile-alt-10.c
blob: a8772a19ae00f85238a6ab174caae1d9d9f97019 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-require-effective-target arm_fp16_alternative_ok } */
/* { dg-options "-mfp16-format=alternative -pedantic -std=gnu99" } */

#include <math.h>

/* NaNs are not representable in the alternative format; we should get a
   diagnostic.  */
__fp16 xx = NAN; /* { dg-warning "overflow" } */