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++/21731] ambiguous error is not really clear


------- 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


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