PR middle-end/27945
[official-gcc.git] / gcc / testsuite / gcc.dg / pr26570.c
blob5f67c00738961e3afe83c6dad46bef5497b04206
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
4 unsigned test (unsigned a, unsigned b)
6 return a / b;
7 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */
9 /* { dg-final { cleanup-coverage-files } } */