http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47078
Summary: ICE on invalid type
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: objc
AssignedTo: [email protected]
ReportedBy: [email protected]
The following minimal testcase seems to crash the compiler --
@implementation MyClass
- (x) method
{
return 0;
}
@end
Thanks
