URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr34969.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/34969 */ /* { dg-do compile } */ /* { dg-options "-O -fipa-cp -ffast-math" } */ double foo (double x) { return x * x; } double bar (void) { return foo (0); }
Go to most recent revision | Compare with Previous | Blame | View Log