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: unassig...@gcc.gnu.org ReportedBy: nic...@gcc.gnu.org The following minimal testcase seems to crash the compiler -- @implementation MyClass - (x) method { return 0; } @end Thanks