URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc.dg/] [id-1.m] - Rev 826
Compare with Previous | Blame | View Log
/* Test attempt to redefine 'id' in an incompatible fashion. */ /* { dg-do compile } */ typedef int id; /* { dg-error "conflicting types for .id." } */ /* { dg-message "previous declaration of .id. was here" "" { target *-*-* } 0 } */ id b;