tree.c (canonical_type_variant): New fn to handle arrays.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 21 Jul 1998 18:16:09 +0000 (18:16 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 21 Jul 1998 18:16:09 +0000 (14:16 -0400)
commit53929c47c5c916744f34d54b63b1d984a3e2584f
tree0b2855de1f9510faeb9530706b33e1d2820ef2b8
parente675f62571a8c234341b972a5edcd051a25d8367
tree.c (canonical_type_variant): New fn to handle arrays.

* tree.c (canonical_type_variant): New fn to handle arrays.
* cp-tree.h (CANONICAL_TYPE_VARIANT): Remove.
* pt.c (unify, default case): Also fold arg.  Fix array bounds case.
* method.c (process_overload_item): Use build_overload_value for
arrays.

From-SVN: r21324
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/method.c
gcc/cp/pt.c
gcc/cp/tree.c