This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/100] confusing name lookup diagnostic


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 `;'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]