This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21731] ambiguous error is not really clear
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2005 05:18:00 -0000
- Subject: [Bug c++/21731] ambiguous error is not really clear
- References: <20050524033919.21731.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30 05:17 -------
Fixed in 4.1.0:
t.cc:9: error: use of ?a? is ambiguous
t.cc:2: error: first declared as ?A* a? here
t.cc:5: error: also declared as ?A* <unnamed>::a? here
t.cc:9: error: ?a? was not declared in this scope
Which makes this a dup of bug 100.
*** This bug has been marked as a duplicate of 100 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21731