]> gcc.gnu.org Git - gcc.git/commit
class.c (handle_using_decl): Fix comment.
authorMark Mitchell <mark@markmitchell.com>
Thu, 3 Dec 1998 16:58:03 +0000 (16:58 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 3 Dec 1998 16:58:03 +0000 (16:58 +0000)
commit2036a15c6d3583a413934700c527ae626be01075
treeb46735bab28a343106b9d77c6ed5d1bb21f63107
parent52e01aa669275fa5ad78b13e6f2cd9330a928f7f
class.c (handle_using_decl): Fix comment.

* 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.

From-SVN: r24076
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]
This page took 0.059968 seconds and 5 git commands to generate.