[Bug c++/21012] [4.0/4.1 regression] incorrect name lookup from nested struct

2005-04-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-15 13:30 --- *** Bug 21043 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/21012] [4.0/4.1 regression] incorrect name lookup from nested struct

2005-04-14 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-04-15 05:31 --- The unqualified name Foo is looked up within the class hierarchy, and finds the name of the base class. W. -- What|Removed |Added ---

[Bug c++/21012] [4.0/4.1 regression] incorrect name lookup from nested struct

2005-04-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-14 00:22 --- I don't remember the rules for friend but I do that 4.0.0 has become closer to what the standard says. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21012

[Bug c++/21012] [4.0/4.1 regression] incorrect name lookup from nested struct

2005-04-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||lerdsuwa at users dot ||sourceforge dot net Summary|[