summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr70992-2.c
blob: c5d2c5f26832c49a340e62a1ff981bd062c4b028 (plain)
1
2
3
4
5
6
7
8
9
/* PR middle-end/70992 */
/* { dg-do compile } */

unsigned int *od;
int
fn (void)
{
  return (0 % 0 + 1) * *od * 2; /* { dg-warning "division by zero" } */
}