* decl.c (init_decl_processing): Use set_sizetype.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Feb 1998 11:45:10 +0000 (11:45 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Feb 1998 11:45:10 +0000 (11:45 +0000)
commitaabea9b5525462d79ecb9d1b67b96a187e85f4a4
tree4a2c748f8f09ae64207cec384fbc31b6e7cf20a6
parent11fae650af45aa76431f254beba7e32bb5d15ea2
    * decl.c (init_decl_processing): Use set_sizetype.
        * decl2.c (sizetype): Don't declare.
        * typeck.c (c_sizeof): Convert result of *_DIV_EXPR to sizetype.
        (c_sizeof_nowarn, build_binary_op_nodefault): Likewise.
        (build_component_addr, unary_complex_lvalue): Likewise.
        * rtti.c (expand_class_desc): Likewise.
        * class.c (get_vfield_offset): Likewise.

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