decl2.c (arg_assoc_class): Also look at template arguments, if any.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 16 Jul 1998 00:16:25 +0000 (00:16 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 16 Jul 1998 00:16:25 +0000 (20:16 -0400)
commit00dc6358535b933b6d1d4a3773ee1c0081c36bd5
tree148abff06e7e9fb026243a36003f513ed572239d
parente3a038596392fda6f5ddf2f308c2ad568359ae57
decl2.c (arg_assoc_class): Also look at template arguments, if any.

* decl2.c (arg_assoc_class): Also look at template arguments, if any.
(arg_assoc): Handle error_mark_node and multiple levels of TREE_LIST.
* lex.c (looking_for_typename): Don't initialize.
* decl2.c (ambiguous_decl): Clarify error message.
* decl.c (push_using_directive): Iterate over namespaces used
indirectly.

From-SVN: r21205
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/lex.c