OSDN Git Service

PR testsuite/50796
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / builtins-35.c
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
6 int nan, nanf, nanl, nans, nansf, nansl;