OSDN Git Service

* gcc.dg/torture/builtin-modf-1.c: Use -fno-finite-math-only on
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr26570.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
3
4 unsigned test (unsigned a, unsigned b)
5 {
6   return a / b;
7 } /* { dg-warning "execution counts estimated" } */
8
9 /* { dg-final { cleanup-coverage-files } } */