URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [method-20.m] - Rev 747
Go to most recent revision | 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
Go to most recent revision | Compare with Previous | Blame | View Log