2013-08-29 Teresa Johnson <tejohnson@google.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr26570.c
blob71c16f20744d789b7417e931695b16b5c5980503
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info" } */
4 unsigned test (unsigned a, unsigned b)
6 return a / b;
7 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */