PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr26570.c
blob8ce8a4465e82dce8afe04c4597947d5c9453c29c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info" } */
3 /* { dg-require-profiling "-fprofile-generate" } */
5 unsigned test (unsigned a, unsigned b)
7 return a / b;
8 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */