]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr32773.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr32773.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-use -fopt-info-missed-ipa -Wno-missing-profile" } */
3 /* { dg-options "-O -m4 -fprofile-use -fopt-info-missed-ipa -Wno-missing-profile" { target sh-*-* } } */
4
5 void foo (int *p)
6 {
7 if (p)
8 *p = 0;
9 } /* { dg-missed "\[^\n\]*execution counts estimated" } */