PR debug/48204
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-dir-2.c
blob7bad03c5c0464b02afe52f9e9ed7a121098e4410
1 /* { dg-do compile } */
2 /* { dg-options "-O -fprofile-generate -fdump-ipa-tree_profile_ipa" } */
3 /* { dg-final { scan-ipa-dump "/profile-dir-2.gcda" "tree_profile_ipa" } } */
5 int
6 main(void)
8 return 0;
11 /* { dg-final { cleanup-ipa-dump "tree_profile_ipa" } } */