URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [libgomp/] [testsuite/] [libgomp.graphite/] [bounds.c] - Rev 273
Compare with Previous | Blame | View Log
int foo(int *a, int n) { int i; for (i = 2; i < n; i++) a[i] += a[i+1]; } /* Check that Graphite dependency checking notes the dependency. */ /* { dg-do compile } */ /* { dg-final { scan-tree-dump-times "0 loops carried no dependency" 1 "graphite" } } */ /* { dg-final { cleanup-tree-dump "graphite" } } */ /* { dg-final { cleanup-tree-dump "parloops" } } */ /* { dg-final { cleanup-tree-dump "optimized" } } */