OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc/] [compile/] [method-1.m] - Rev 702

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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.