* class.c (handle_using_decl): Fix comment. Don't lookup
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Dec 1998 16:58:03 +0000 (16:58 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 Dec 1998 16:58:03 +0000 (16:58 +0000)
commit1fc849290e875a9511dbdb80140fbf4c5524ad46
treeb46735bab28a343106b9d77c6ed5d1bb21f63107
parent5d9e72b0cef9fb8b3c79b11fd94c323d70d6a193
* class.c (handle_using_decl): Fix comment.  Don't lookup
constructors in base classes.
(validate_lhs): Fix typo in comment.
* search.c (lookup_field_1): Don't return a USING_DECL.
* cp-tree.h (DECL_ACCESS): Improve documentation.
* decl.c (expand_static_init): Don't set the initialization-done
flag until the initialization is done.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24076 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/search.c
gcc/testsuite/g++.old-deja/g++.other/init7.C
gcc/testsuite/g++.old-deja/g++.other/singleton.C
gcc/testsuite/g++.old-deja/g++.other/using6.C
gcc/testsuite/g++.old-deja/g++.other/using7.C [deleted file]