URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [builtins-35.c] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test that nan functions are not built-in in C90 mode. Bug 14635. */ /* Origin: Joseph Myers <jsm@polyomino.org.uk> */ /* { dg-do compile } */ /* { dg-options "-std=c89" } */ int nan, nanf, nanl, nans, nansf, nansl;
Go to most recent revision | Compare with Previous | Blame | View Log