URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr46255.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR debug/46255 */ /* { dg-do compile } */ /* { dg-require-profiling "-fprofile-generate" } */ /* { dg-options "-fcompare-debug -fprofile-generate -O" } */ int bar (void); void foo (int i) { while (i) i = bar (); }
Go to most recent revision | Compare with Previous | Blame | View Log