aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr47793.c
blob: da6b6eab64626466fd6c047667a8cd6329c0df29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Bug pr47793: Allow relative paths in profile-generate.  */
/* { dg-do run } */
/* { dg-options "-O -fprofile-generate=./" } */
/* { dg-final { scan-file pr47793.gcda "."} } */

int
main(void)
{
  return 0;
}

/* { dg-final { cleanup-coverage-files } } */