--- 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* ::a here
t.cc:9: error: a was not declared in this scope
Which
--- Additional Comments From bangerth at dealii dot org 2005-05-24 20:33
---
This is a duplicate of a dozen other bugs where gcc reports that there is
no declaration even though there are ambiguous ones. Can someone please go
through the list of open PRs and find it? We get a similar P
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-24
14:35 ---
This is invalid code, the a after the declaration of the namespace is ambiguous.
Confirmed, this is only diagnostic problem.
--
What|Removed |Added
-