re PR c++/9420 (incomplete type incorrectly reported)
authorJason Merrill <jason@redhat.com>
Thu, 13 Mar 2003 21:39:38 +0000 (16:39 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 13 Mar 2003 21:39:38 +0000 (16:39 -0500)
commit0171b21c32016b8397c8cdbc793904b4163e7573
treedddf13ebd2bb68fb674c933e1ce0f2778324f96a
parent45707d3120b9f91076bf8ab60a60fa094f2eb7b5
re PR c++/9420 (incomplete type incorrectly reported)

        PR c++/9420
        * search.c (lookup_conversions): Call complete_type here.
        * call.c (implicit_conversion): Not here.

From-SVN: r64332
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/search.c