URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr46171.c] - Rev 689
Compare with Previous | Blame | View Log
/* PR debug/46171 */ /* { dg-do compile } */ /* { dg-options "-O -fno-tree-dce -g" } */ double bard (); float barf (float); void foo (float f) { f = barf (f); double d = bard (); }