URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [ia64/] [20090324-1.c] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O3 -fmodulo-sched" } */ static char *place_region_bounds_x, *place_region_bounds_y; static void read_place () { char msg[300]; update_screen (msg); } static void alloc_and_load_placement_structs () { int i, j; for (j=0; j<100; j++) { place_region_bounds_x[i] = place_region_bounds_x[i-1]; place_region_bounds_y[i] = place_region_bounds_y[i-1]; } } void place_and_route () { read_place (); alloc_and_load_placement_structs (); }