URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc/] [compile/] [method-1.m] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR objc/29195 */ /* Test that array decls are changed to a pointer type correctly and make sure we don't crash because the decl was not relayed out. */ @ implementation NGActiveSocket + (void) socketPair:(int [2]) _pair { _pair[0] = 0; } @end
Go to most recent revision | Compare with Previous | Blame | View Log