aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr26570.c
blob: 999b240e43ba43120e1745bfa52e526d47100910 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use" } */

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