]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/pr26570.c
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / pr26570.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
3
4 unsigned test (unsigned a, unsigned b)
5 {
6   return a / b;
7 } /* { dg-warning "execution counts estimated" } */