PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr32773.c
blob19a90195ad39f4efb94d6c42af30bb5fab4fc37e
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-use -fopt-info" } */
3 /* { dg-options "-O -m4 -fprofile-use -fopt-info" { target sh-*-* } } */
5 void foo (int *p)
7 if (p)
8 *p = 0;
9 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */