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