comparison gcc/testsuite/gcc.dg/pr47793.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
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 } } */