OSDN Git Service

* decl2.c (arg_assoc_class): Also look at template arguments, if any.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jul 1998 00:16:25 +0000 (00:16 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jul 1998 00:16:25 +0000 (00:16 +0000)
commita771faa5b7d7fdf30469b77f1716f8f56df4e29e
tree148abff06e7e9fb026243a36003f513ed572239d
parent153eca4347d053b6fc9b9cb3426559b0d3215080
* 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.

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