Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / builtin-inf-1.c
blobfdb4612274cb226afe7018c8a1f89bf3d9f4d1c6
1 /* { dg-do compile } */
3 float fi = __builtin_inff();
4 double di = __builtin_inf();
5 long double li = __builtin_infl();
7 float fh = __builtin_huge_valf();
8 double dh = __builtin_huge_val();
9 long double lh = __builtin_huge_vall();
11 /* { dg-warning "does not support infinity" "INF unsupported" { target vax-*-* } 3 } */
12 /* { dg-warning "does not support infinity" "INF unsupported" { target vax-*-* } 4 } */
13 /* { dg-warning "does not support infinity" "INF unsupported" { target vax-*-* } 5 } */