]> git.ipfire.org Git - thirdparty/gcc.git/commit
* decl.c (push_local_binding): Also wrap used decls in a TREE_LIST.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Jan 1999 00:50:29 +0000 (00:50 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Jan 1999 00:50:29 +0000 (00:50 +0000)
commit02e19191a77b0f1918baa3a4ac7472c7ea4ea33f
treecc45380b3dbb54f5294910cb9c428b52dcca69f5
parent4c7b6a76683a3a2d29ade9c3b9dbef6281ac2f5d
* decl.c (push_local_binding): Also wrap used decls in a TREE_LIST.
(poplevel): Handle that.  Fix logic for removing TREE_LISTs.
(cat_namespace_levels): Don't loop forever.
Fixes 733Y14.
* typeck.c (build_reinterpret_cast): Fix typo in duplicated test.

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