fe046d9fe47ea5f7967e67b5755fb06a0c8eee79
[gcc.git] / gcc / testsuite / gcc.dg / pr32773.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-use -fopt-info -Wno-missing-profile" } */
3 /* { dg-options "-O -m4 -fprofile-use -fopt-info -Wno-missing-profile" { target sh-*-* } } */
4
5 void foo (int *p)
6 {
7 if (p)
8 *p = 0;
9 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */