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/] [940122-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
char *a = 0;
2
char *b = 0;
3
 
4
g (x)
5
     int x;
6
{
7
  if ((!!a) != (!!b))
8
    abort ();
9
}
10
 
11
f (x)
12
     int x;
13
{
14
  g (x * x);
15
}
16
 
17
main ()
18
{
19
  f (100);
20
  exit (0);
21
}

powered by: WebSVN 2.1.0

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