URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [builtins-60.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-fdump-tree-gimple" } */ double test1 (double x) { return __real __builtin_cexpi (x); } double test2 (double x) { return __imag __builtin_cexpi (x); } /* { dg-final { scan-tree-dump "cos" "gimple" } } */ /* { dg-final { scan-tree-dump "sin" "gimple" } } */ /* { dg-final { cleanup-tree-dump "gimple" } } */
Go to most recent revision | Compare with Previous | Blame | View Log