920413-1.c   [plain text]


/* { dg-do compile } */
/* { dg-options "-Wtraditional" } */

int
x (b)
{
  return
  4294967295U   /* { dg-warning "width of integer|traditional C rejects" } */
   / (unsigned long) b;
}