http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47261
Summary: ICE on @property declaration in the wrong place Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: objc++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: nic...@gcc.gnu.org The following testcase crashes the ObjC++ compiler (it works with the ObjC one) /* Contributed by Nicola Pero <nicola.p...@meta-innovation.com>, December 2010. */ /* { dg-do compile } */ @interface A { @property int x; } @end Thanks