URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [961031-1.c] - Rev 826
Compare with Previous | Blame | View Log
struct s { double d; } sd; struct s g () __attribute__ ((const)); struct s g () { return sd; } f () { g (); }