This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/61444] New: Missing "undeclared identifier" message
- From: "jennifertf6 at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 08 Jun 2014 04:15:32 +0000
- Subject: [Bug c/61444] New: Missing "undeclared identifier" message
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61444
Bug ID: 61444
Summary: Missing "undeclared identifier" message
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: jennifertf6 at gmail dot com
gcc (Debian 4.4.5-8) 4.4.5
The "undeclared identifier" message is only produced the first time an
undeclared identifier is referenced. I don't want only the first reference. I
want ALL of them.