OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [call386.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
void foo () {}
2
 
3
int main ()
4
{
5
  int i;
6
  for (i = 100000; i >= 0; i--)
7
    {
8
      foo ();
9
      foo ();
10
      foo ();
11
      foo ();
12
      foo ();
13
      foo ();
14
      foo ();
15
      foo ();
16
      foo ();
17
      foo ();
18
    }
19
  return 0;
20
}

powered by: WebSVN 2.1.0

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