URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [class-1.m] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* Redeclarations of class names. */ /* { dg-do compile } */ typedef int foo; @class foo; /* { dg-error "redeclared as different kind of symbol" } */ /* { dg-error "previous declaration of" "" { target *-*-* } 4 } */ typedef int bar; @interface bar @end /* { dg-error "redeclared as different kind of symbol" } */ /* { dg-error "previous declaration of" "" { target *-*-* } 9 } */ int glob; @implementation glob @end /* { dg-error "redeclared as different kind of symbol" } */ /* { dg-error "previous declaration of" "" { target *-*-* } 15 } */ /* { dg-warning "annot find interface declaration" "" { target *-*-* } 18 } */
Go to most recent revision | Compare with Previous | Blame | View Log