--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=100
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30
05:18 ---
*** Bug 21731 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=100
--- Additional Comments From bangerth at dealii dot org 2005-09-11 01:50
---
This is good enough. The fact that the compiler says that a name is
not declared when it is in fact ambiguous is treated in a number of
other PRs.
W.
--
What|Removed |A
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10
19:26 ---
*** Bug 12582 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10
02:44 ---
Almost fixed in 4.1.0:
t.cc: In function int main():
t.cc:15: error: use of A is ambiguous
t.cc:2: error: first declared as class X::A here
t.cc:6: error: also declared as class Y::A here
t.cc:15
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10
19:56 ---
*** Bug 20401 has been marked as a duplicate of this bug. ***
--
What|Removed |Added