cp-tree.h (do_inline_function_hair): Remove.
authorMark Mitchell <mark@codesourcery.com>
Wed, 29 Dec 1999 07:31:51 +0000 (07:31 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 29 Dec 1999 07:31:51 +0000 (07:31 +0000)
commit2ef161408c2096be9b57848af32d5923046db7dc
treee7de44b52c7132ed24ee68e6bc2a73617ba242cc
parentfee7654ec68b5a1a72169620a5609ce7a74cfa75
cp-tree.h (do_inline_function_hair): Remove.

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

From-SVN: r31115
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/method.c