pr26570.c   [plain text]


/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use" } */

unsigned test (unsigned a, unsigned b)
{
  return a / b;
} /* { dg-warning "execution counts estimated" } */