OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [386.c] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
foo (a, p)
2
     int *p;
3
{
4
  p[0] = a;
5
  a = (short) a;
6
  return a;
7
}
8
 
9
main ()
10
{
11
  int i;
12
  foobar (i, &i);
13
}
14
 
15
 
16
foobar (a, b)
17
{
18
  int c;
19
 
20
  c = a % b;
21
  a = a / b;
22
  return a + b;
23
}

powered by: WebSVN 2.1.0

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