OSDN Git Service

* c-tree.h: Add argument to c_objc_common_truthvalue_conversion,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 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-message "note: \[^\n\]*execution counts estimated" } */
8
9 /* { dg-final { cleanup-coverage-files } } */