OSDN Git Service

* gcc.dg/20030107-1.c: Do not call cleanup-coverage-files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / profile-dir-3.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-generate -fprofile-dir=. -fdump-tree-tree_profile" } */
3 /* { dg-final { scan-tree-dump " ./profile-dir-3.gcda" "tree_profile" } } */
4
5 int
6 main(void)
7 {
8   return 0;
9 }
10
11 /* { dg-final { cleanup-tree-dump "tree_profile" } } */