PR c++/2294
authorbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Nov 2003 20:14:08 +0000 (20:14 +0000)
committerbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Nov 2003 20:14:08 +0000 (20:14 +0000)
commit814f7732c58204d16bd02aff43119a9b2a98f832
tree09ea5083f981c548330b1887bc758f81ca9faf7f
parent5ddc079376c7a5d9c4dfd421a69ea2b1c87fff20
    PR c++/2294
        * name-lookup.c (push_overloaded_decl): Always construct an OVERLOAD
        unless the declaration is a built-in.
        (set_namespace_binding): While binding OVERLOADs with only one
        declaration, we still need to call supplement_binding.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73618 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/name-lookup.c