gcc/
[official-gcc.git] / gcc-4_9-branch / gcc / testsuite / gcc.target / ia64 / 20090324-1.c
blobd9aff6a18b43722d8f8858e2110fc7373ef7088c
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fmodulo-sched" } */
4 static char *place_region_bounds_x, *place_region_bounds_y;
5 static void read_place () {
6 char msg[300];
7 update_screen (msg);
9 static void alloc_and_load_placement_structs () {
10 int i, j;
11 for (j=0;
12 j<100;
13 j++) {
14 place_region_bounds_x[i] = place_region_bounds_x[i-1];
15 place_region_bounds_y[i] = place_region_bounds_y[i-1];
18 void place_and_route () {
19 read_place ();
20 alloc_and_load_placement_structs ();