URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr33641.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
/* This failed with type checking enabled. */ typedef enum { one, two } exp; extern exp pe; extern char pt[256]; void psd (void (*f) (void *), void *p); static void rle (void *e) { } void foo (void) { psd ((void (*)(void *)) (rle), (void *) (pt + pe)); }
Go to most recent revision | Compare with Previous | Blame | View Log