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/] [pr40964.c] - Rev 297
Compare with Previous | Blame | View Log
struct alloc2 { int bla; char * __restrict data; char * __restrict data2; }; struct alloc2 b; void * f (void) { return b.data; }