Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gcc.dg/builtin-inf-1.c @ 132:d34655255c78
update gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 10:21:07 +0900 |
parents | 04ced10e8804 |
children | 1830386684a0 |
line wrap: on
line source
/* { dg-do compile } */ float fi = __builtin_inff(); /* { dg-error "does not support infinity" "INF unsupported" { target vax-*-* spu-*-* } .-1 } */ double di = __builtin_inf(); /* { dg-error "does not support infinity" "INF unsupported" { target vax-*-* } .-1 } */ long double li = __builtin_infl(); /* { dg-error "does not support infinity" "INF unsupported" { target vax-*-* } .-1 } */ float fh = __builtin_huge_valf(); double dh = __builtin_huge_val(); long double lh = __builtin_huge_vall();