Warn pointer to signed integer cast for ilp32
[official-gcc.git] / gcc / testsuite / gcc.dg / pr26570.c
blob5768d32cc1251517f342ff1c636fb2cdcfb655e3
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
4 unsigned test (unsigned a, unsigned b)
6 return a / b;
7 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */