URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20100720-3_1.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
struct X { int b; }; struct link { struct list_node *next; }; struct list_node { struct link lnk; struct X *value; }; void g(struct list_node *lst) { lst->lnk.next = 0; }
Go to most recent revision | Compare with Previous | Blame | View Log