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/] [gcc/] [testsuite/] [gcc.dg/] [graphite/] [scop-11.c] - Rev 298
Compare with Previous | Blame | View Log
void bar (); int toto() { int i,j, b; int a[100]; if (i == 20) { for (j = 0; j <= 20; j++) a[j] = b + i; b = 3; bar(); } else { if (i == 30) { for (j = 0; j <= 20; j++) a[j] = b + i; b = 5; } } for (j = 0; j <= 20; j++) a[j] = b + i; return a[b]; } /* { dg-final { scan-tree-dump-times "number of SCoPs: 3" 1 "graphite"} } */ /* { dg-final { cleanup-tree-dump "graphite" } } */