No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / pr26570.c
blob999b240e43ba43120e1745bfa52e526d47100910
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-warning "execution counts estimated" } */