* pt.c (try_one_overload): Take orig_targs again. Only check for
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Nov 1998 03:42:37 +0000 (03:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Nov 1998 03:42:37 +0000 (03:42 +0000)
commit07f4da33bba1e6a82c6020bd45f2ba19bef8faa7
tree0c5b905b1308ff21d85ec67719928230a176a582
parent0081fce2b3504dccd70321b20f31df8ae2ff7584
* pt.c (try_one_overload): Take orig_targs again.  Only check for
mismatches against them; we don't care what a previous call found.
(resolve_overloaded_unification): Adjust.
* search.c (lookup_field): Don't return anything for a non-type
field from a dependent type.
* decl.c (grokdeclarator): Resolve SCOPE_REFs of the current class
in an array declarator.
(start_decl): Push into the class before looking for the field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23605 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/search.c