aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr32773.c
blob: c9bcb4392782bfd2b3a1ffa0e6f25c74ea599591 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-message "note: file" "" } */
/* { dg-do compile } */
/* { dg-options "-O -fprofile-use -fopt-info" } */
/* { dg-options "-O -m4 -fprofile-use -fopt-info" { target sh-*-* } } */

void foo (int *p)
{
  if (p)
    *p = 0;
}