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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
extern void abort(void);
2
extern void exit(int);
3
 
4
int *c;
5
 
6
void bar(int b)
7
{
8
  if (*c != 1 || b != 2)
9
    abort();
10
}
11
 
12
void foo(int a, int b)
13
{
14
  c = &a;
15
  bar(b);
16
}
17
 
18
int main()
19
{
20
  foo(1, 2);
21
  exit(0);
22
}

powered by: WebSVN 2.1.0

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