typeck.c (type_unknown_p): Return true for TREE_LIST also.
authorJason Merrill <jason@gcc.gnu.org>
Sun, 17 May 1998 14:54:24 +0000 (10:54 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 17 May 1998 14:54:24 +0000 (10:54 -0400)
commita31fe44eb31cd2acd68716a3702e7f821202ada0
tree634aa1589947990f889e6baf4f43df9c1e3c44e3
parent1702d32ea7e8974b5146d445612960e6ddf6dca4
typeck.c (type_unknown_p): Return true for TREE_LIST also.

* typeck.c (type_unknown_p): Return true for TREE_LIST also.
* call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs.
* call.c (build_scoped_method_call): Likewise.

From-SVN: r19820
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/typeck.c