URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [pr49926.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-require-effective-target vect_int } */ int a, b, c[10]; void foo (unsigned int x, int y, int z, int *w) { do { *w = z; y = x; if (y) for (b = -4; b; b++) { z = y &= a &= 1; y &= c[b + 4]; } } while (1); } /* { dg-final { cleanup-tree-dump "vect" } } */