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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [funcptr-1.c] - Blame information for rev 688

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
extern int (*gp)(const char*);
2
 
3
int
4
g (const char* d)
5
{
6
  printf ("g");
7
  return 0;
8
}
9
 
10
f ()
11
{
12
  int errcnt=0;
13
 
14
  if (gp != g)
15
    {
16
      printf ("f");
17
      errcnt++;
18
    }
19
}

powered by: WebSVN 2.1.0

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