OSDN Git Service

cp:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2001 10:49:27 +0000 (10:49 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Feb 2001 10:49:27 +0000 (10:49 +0000)
commita7957883d7c3fecc49e9ab3ba9dea8ee1c106d78
treeeeb43419ca40544e35069e461123426d4e99b08f
parent3b4859afac6c9b0b29ab6e0ca5a74c72d249c918
cp:
Kill remnants of this is variable.
* cp-tree.h (flag_this_is_variable): Remove.
* decl2.c (flag_this_is_variable): Remove.
* class.c (fixed_type_or_null): Add cdtor parm. Adjust.
(build_vbase_path): The path is non-static, even in a cdtor.
(resolves_to_fixed_type_p): Add additional return value.
* search.c (init_vbase_pointers): Adjust.
* tree.c (lvalue_p_1): Adjust.
* typeck.c (mark_addressable): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39676 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/search.c
gcc/cp/tree.c
gcc/cp/typeck.c