summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr32773.c
blob: 55b6b1c4962058dc7cb226b596f0a9e5ee6b4d73 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O -fprofile-use -fopt-info-missed-ipa -Wno-missing-profile" } */
/* { dg-options "-O -m4 -fprofile-use -fopt-info-missed-ipa -Wno-missing-profile" { target sh-*-* } } */

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