OSDN Git Service

gcc/testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr47793.c
1 /* Bug pr47793: Allow relative paths in profile-generate.  */
2 /* { dg-do run } */
3 /* { dg-options "-O -fprofile-generate=./" } */
4 /* { dg-require-profiling "-fprofile-generate" } */
5 /* { dg-final { scan-file pr47793.gcda "."} } */
6
7 int
8 main(void)
9 {
10   return 0;
11 }
12
13 /* { dg-final { cleanup-coverage-files } } */