URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [no-fre-pre-pr50208.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile } */ char c; int a, b; void foo (int j) { int i; while (--j) { b = 3; for (i = 0; i < 2; ++i) a = b ^ c; } } /* { dg-final { cleanup-tree-dump "vect" } } */