URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [builtins-23.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* Related to PR optimization/10764 */ /* { dg-do compile } */ /* { dg-options "-O2 -ffast-math" } */ double atan(double x); double foo(double x) { return atan(atan(x)); }
Go to most recent revision | Compare with Previous | Blame | View Log