aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/graphite/pr59817-2.c
blob: 13950076814bf8337e1bf1654ec303cace1ee941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* { dg-do compile } */
/* { dg-options "-O2 -floop-interchange" } */

void
xl(void)
{
  static int j3;
  for (j3 = 0; j3 < 1; ++j3) {
      static int f2;
      static int w7;
      short int b5;
      int ok;
      f2 = (b5 += ok) ? (w7 = 0): (w7 ? 0 : (f2 = ok));
  }
}