This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/48187] New: infinite errors with misplaced [ in @interface definition
- From: "cjwl at objc dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 18 Mar 2011 16:00:24 +0000
- Subject: [Bug objc/48187] New: infinite errors with misplaced [ in @interface definition
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48187
Summary: infinite errors with misplaced [ in @interface
definition
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: objc
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: cjwl@objc.net
While parsing the code:
@interface InfiniteErrors { ]} @end
The compiler will repeatedly and indefinitely log the error:
error: expected specifier-qualifier-list before ']' token
This occurs in 4.2.1 also, so I believe it is an old problem, searched for an
existing report but don't see anything similar.