]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/builtins-35.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / builtins-35.c
CommitLineData
b1c2d04a
JM
1/* Test that nan functions are not built-in in C90 mode. Bug 14635. */
2/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3/* { dg-do compile } */
4/* { dg-options "-std=c89" } */
5
6int nan, nanf, nanl, nans, nansf, nansl;