URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [alias.m] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test alias warnings. */ /* { dg-do compile } */ @compatibility_alias class1 class2; /* { dg-warning "annot find class" } */ @interface class3; @end @interface class4; @end @compatibility_alias class4 class3; /* { dg-warning "lass" "already exists" } */
Go to most recent revision | Compare with Previous | Blame | View Log