aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/vect/no-tree-fre-pr50039.c
blob: 11c0c70049f05c121de08416ad31fc7b38c9351b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* { dg-do compile } */

extern unsigned char g_5;
extern int g_31, g_76;
int main(void) {
 int i, j;
    for (j=0; j < 2; ++j) {
        g_31 = -3;
        for (i=0; i < 2; ++i)
          g_76 = (g_31 ? g_31+1 : 0) ^ g_5;
    }
}

/* { dg-final { cleanup-tree-dump "vect" } } */