URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [931013-3.c] - Rev 868
Go to most recent revision | Compare with Previous | Blame | View Log
struct s { int f; }; struct s f () { int addr; return *(struct s *) &addr; }
Go to most recent revision | Compare with Previous | Blame | View Log