OSDN Git Service

2011-10-18 Janus Weil <janus@gcc.gnu.org>
[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-ipa-profile" } */
3 /* { dg-final { scan-ipa-dump " ./profile-dir-3.gcda" "profile" } } */
4
5 int
6 main(void)
7 {
8   return 0;
9 }
10
11 /* { dg-final { cleanup-ipa-dump "profile" } } */