summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr26570.c
blob: 5768d32cc1251517f342ff1c636fb2cdcfb655e3 (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-message "note: \[^\n\]*execution counts estimated" } */