This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/100] confusing name lookup diagnostic
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Aug 2003 17:21:09 -0000
- Subject: [Bug c++/100] confusing name lookup diagnostic
- References: <20000312005600.100.martin@loewis.home.cs.tu-berlin.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=100
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-05-05 00:00:00 |2003-08-02 17:21:09
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-08-02 17:21 -------
Now on the mainline (20030801), we are now back to the orginal error message:
pr100.cc: In function `void foo()':
pr100.cc:10: error: `X' undeclared (first use this function)
pr100.cc:10: error: (Each undeclared identifier is reported only once for each
function it appears in.)
pr100.cc:10: error: expected `;'