aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-09-08 19:05:44 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-09-08 19:05:44 +0000
commit3ca390fd977f7dc3e0aa17ae9d0db0b949556314 (patch)
treee4ca1927bc9e5d2717b28a7bd4583c8023ee1dcb /gcc/cp/ChangeLog
parentc230cb0a045af2ea396dfa1ddaedb34e3dd77b19 (diff)
re PR c++/11786 (operator() call on variable in other namespace not recognized)
PR c++/11786 * decl2.c (add_function): Do not complain about seeing the same non-function twice. PR c++/11786 * g++.dg/lookup/koenig2.C: New test. From-SVN: r71216
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 242134da5ea..21564501e5b 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,11 @@
2003-09-08 Mark Mitchell <mark@codesourcery.com>
+ PR c++/11786
+ * decl2.c (add_function): Do not complain about seeing the same
+ non-function twice.
+
+2003-09-08 Mark Mitchell <mark@codesourcery.com>
+
PR c++/5296
* pt.c (try_one_overload): Add addr_p parameter.
(resolve_overloaded_unification): Pass it.