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

2005-10-25 Thread pinskia at gcc dot gnu dot org
-- 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

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

2005-09-29 Thread pinskia at gcc dot gnu dot org
--- 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

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

2005-09-10 Thread bangerth at dealii dot org
--- 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

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

2005-09-10 Thread pinskia at gcc dot gnu dot org
--- 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

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

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- 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

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

2005-03-10 Thread pinskia at gcc dot gnu dot org
--- 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