URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr41661.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/41661 */ /* { dg-do compile } */ /* { dg-options "-fno-early-inlining" } */ int g; void foo (int x) { g = x; } void bar (double d) { foo (d == 1); } void baz (int a) { bar (1); }
Go to most recent revision | Compare with Previous | Blame | View Log