URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr26570.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2 -fprofile-generate -fprofile-use" } */ unsigned test (unsigned a, unsigned b) { return a / b; } /* { dg-message "note: \[^\n\]*execution counts estimated" } */