2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-dir-1.c
bloba0a22ffb0b0a8c78c04d73ff906402e1806ea767
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-generate=. -fdump-tree-tree_profile" } */
3 /* { dg-final { scan-tree-dump " ./profile-dir-1.gcda" "tree_profile" } } */
5 int
6 main(void)
8 return 0;
11 /* { dg-final { cleanup-coverage-files } } */
12 /* { dg-final { cleanup-tree-dump "tree_profile" } } */