Imported Upstream version 4.7.3
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / vect / pr49610.c
1 /* { dg-do compile } */
2
3 extern int g_7;
4 void func_13(int p_17) {
5   int i;
6     for (i=0; i < 16; i = (signed char)(i+1)) { 
7         g_7 &= p_17;
8         g_7 &= (p_17 > 1);
9     }
10 }
11
12 /* { dg-final { cleanup-tree-dump "vect" } } */