]> gcc.gnu.org Git - gcc.git/commit
re PR c++/11786 (operator() call on variable in other namespace not recognized)
authorMark Mitchell <mark@codesourcery.com>
Mon, 8 Sep 2003 18:46:20 +0000 (18:46 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 8 Sep 2003 18:46:20 +0000 (18:46 +0000)
commitfa531100f1956d00ec74cc4df7d6d5cbc510058e
tree7e7a10f5801dccde975ad231bcedfa37dddce232
parentc4bb110a19d441dbaef58fe4215bda6537e5c8a4
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.
* semantics.c (perform_koenig_lookup): Improve documentation.

PR c++/11786
* g++.dg/lookup/koenig2.C: New test.

From-SVN: r71213
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/semantics.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lookup/koenig2.C [new file with mode: 0644]
This page took 0.063178 seconds and 5 git commands to generate.