Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / profile-dir-2.c
blob0d8624e18b525bf83b7e0611e7659f713f2ca5a9
1 /* { dg-do compile } */
2 /* { dg-require-profiling "-fprofile-generate" } */
3 /* { dg-options "-O -fprofile-generate -fdump-ipa-cgraph" } */
4 /* { dg-final { scan-ipa-dump "/profile-dir-2.gcda" "cgraph" } } */
6 int
7 main(void)
9 return 0;
12 /* { dg-final { cleanup-ipa-dump "cgraph" } } */