Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr32773.c
blob55b6b1c4962058dc7cb226b596f0a9e5ee6b4d73
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-*-* } } */
5 void foo (int *p)
7 if (p)
8 *p = 0;
9 } /* { dg-missed "\[^\n\]*execution counts estimated" } */