OSDN Git Service

PR preprocessor/30805:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr32773.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-use" } */
3 /* { dg-options "-O -m4 -fprofile-use" { target sh-*-* } } */
4
5 void foo (int *p)
6 {
7   if (p)
8     *p = 0;
9 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */
10
11 /* { dg-final { cleanup-coverage-files } } */