rt_gccstream/gcc/testsuite/gcc.dg/pr26570.c

10 lines
255 B
C

/* { 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" } */
/* { dg-final { cleanup-coverage-files } } */