repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
builtins-35.c
blob
f898707e24a4465ad72d12eb0bd0de896e5c36a1
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
;