pt.c (try_one_overload): Take orig_targs again.
authorJason Merrill <jason@yorick.cygnus.com>
Wed, 11 Nov 1998 03:42:37 +0000 (03:42 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 11 Nov 1998 03:42:37 +0000 (22:42 -0500)
commite97e526319f2be937713348635bcafda87a19298
tree0c5b905b1308ff21d85ec67719928230a176a582
parenta8ec10c9124ba08cb6378f1748a33d9b3f294278
pt.c (try_one_overload): Take orig_targs again.

* 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.

From-SVN: r23605
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/search.c