aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr26570.c
blob: b1222578a260caab8d4b999cb3fe7658b6355314 (plain)
1
2
3
4
5
6
7
8
/* { dg-message "note: file" "" } */
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info" } */

unsigned test (unsigned a, unsigned b)
{
  return a / b;
}