This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/20444] New: Misleading error message on missing ';'
- From: "stefan at agentfarms dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2005 19:54:45 -0000
- Subject: [Bug objc/20444] New: Misleading error message on missing ';'
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When an ';' is missing after method before @end in @interface GCC outpus
following error:
error: parse error before 'CPP_AT_NAME' token
The error is misleading, as it is not clear to the user what the problem exactly is.
--
Summary: Misleading error message on missing ';'
Product: gcc
Version: 3.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: objc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: stefan at agentfarms dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20444