* cp-tree.h (do_inline_function_hair): Remove.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Dec 1999 07:31:51 +0000 (07:31 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Dec 1999 07:31:51 +0000 (07:31 +0000)
commit8d3a02b826fecd5d815c4a7fc5864fb1dcd0878e
treee7de44b52c7132ed24ee68e6bc2a73617ba242cc
parenta98fd0a10be1620e1e2d5bd72f636f6b2ba04ade
* cp-tree.h (do_inline_function_hair): Remove.
* class.c (layout_class_type): New function, split out from
finish_struct_1.
(fixup_pending_inline): Likewise.
(fixup_inline_methods): New function.
* method.c (fixup_pending_inline): Remove.
(do_inline_function_hair): Likewise.

* decl.c (BOOL_TYPE_SIZE): Bools always have size `1' under the
new ABI.

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