aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/pr59891.c
blob: 1562acccf6877a78bf5c54e0d3af9733c6e1fe0c (plain)
1
2
3
4
5
6
7
8
9
/* PR c/59891 */

unsigned int a;

int
main ()
{
  return (0 ? a : 0) ? : 0 % 0; /* { dg-warning "division by zero" } */
}