OpenCores
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.target/] [ia64/] [20090324-1.c] - Blame information for rev 319

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 319 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O3 -fmodulo-sched" } */
3
 
4
static char *place_region_bounds_x, *place_region_bounds_y;
5
static void read_place () {
6
  char msg[300];
7
  update_screen (msg);
8
}
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];
16
  }
17
}
18
void place_and_route () {
19
  read_place ();
20
  alloc_and_load_placement_structs ();
21
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.