OSDN Git Service

2008-11-02 Richard Guenther <rguenther@suse.de>
[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 } } */