aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr78607.c
blob: 2c5420d8e7e1d5720f7a0fb792ad68c4f762095f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* PR rtl-optimization/78607 */

void
rc (int cx)
{
  int mq;

  if (mq == 0 && (cx / 0) != 0)
    for (;;)
      {
      }
}