re PR c++/38850 (Cannot find inline friend function in template class when called...
authorJason Merrill <jason@redhat.com>
Fri, 16 Jan 2009 05:04:26 +0000 (00:04 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 16 Jan 2009 05:04:26 +0000 (00:04 -0500)
commit16eba92873ed99eaa5bfb66e7b5f72768ffe503c
tree6c8e9d04ce3aa687454418d667e63bebbd630f19
parentce16861e68383724bf17c15329b22df575601572
re PR c++/38850 (Cannot find inline friend function in template class when called from within a template function)

        PR c++/38850
        * pt.c (tsubst_copy_and_build): Tell finish_call_expr to
        accept hidden friends.

From-SVN: r143422
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/koenig6.C [new file with mode: 0644]