summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr32773.c
blob: ca5dd53fdf417a44722e0f010df39a7a0a8c9dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O -fprofile-use" } */
/* { dg-options "-O -m4 -fprofile-use" { target sh-*-* } } */

void foo (int *p)
{
  if (p)
    *p = 0;
} /* { dg-message "note: \[^\n\]*execution counts estimated" } */

/* { dg-final { cleanup-coverage-files } } */