URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [objc.dg/] [id-1.m] - Rev 318
Go to most recent revision | 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;
Go to most recent revision | Compare with Previous | Blame | View Log