URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc.dg/] [method-20.m] - Rev 826
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* We used to crash after we found the type for int[m] was declared as invalid. */ /* PR objc/29197 */ @ implementation NGActiveSocket + (void) socketPair:(int[m]) _pair {} /* { dg-error "" } */ /* { dg-warning "" "" { target *-*-* } 7 } */ @end