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] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
extern int (*gp)(const char*); int g (const char* d) { printf ("g"); return 0; } f () { int errcnt=0; if (gp != g) { printf ("f"); errcnt++; } }
Go to most recent revision | Compare with Previous | Blame | View Log