Turn off profile-use optimizations when profile is not available
[official-gcc.git] / gcc-4_9 / gcc / testsuite / gcc.dg / pr26570.c
blobb1222578a260caab8d4b999cb3fe7658b6355314
1 /* { dg-message "note: file" "" } */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info" } */
5 unsigned test (unsigned a, unsigned b)
7 return a / b;
8 }