[Bug c++/19403] [4.0/4.1 Regression] name lookup is broken with friends

2005-06-23 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.1.0 |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19403 --- You are receiving this mail because: ---

[Bug c++/19403] [4.0/4.1 Regression] name lookup is broken with friends

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

[Bug c++/19403] [4.0/4.1 Regression] name lookup is broken with friends

2005-04-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-23 20:38 --- *** Bug 21181 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/19403] [4.0/4.1 Regression] name lookup is broken with friends

2005-03-14 Thread lerdsuwa at gcc dot gnu dot org
-- Bug 19403 depends on bug 1016, which changed state. Bug 1016 Summary: [DR 166] friend class declarations not observing namespace rules. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1016 What|Old Value |New Value

[Bug c++/19403] [4.0/4.1 Regression] name lookup is broken with friends

2005-03-14 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-14 14:46 --- Fixed in the mainline. Won't fix in 4.0 branch since the GCC 3.4.x behavior is also wrong. The error message present in 4.0 is useful to point out that the code need to be updated because GCC 4.1 will

[Bug c++/19403] [4.0/4.1 Regression] name lookup is broken with friends

2005-03-13 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-13 14:21 --- The fix is the same as PR1016. GCC 3.4 and earlier compiles but doesn't have correct behavior. So this should not be treated as regression. -- What|Removed |Added