decl.c (init_decl_processing): Use set_sizetype.
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Sun, 1 Feb 1998 11:45:10 +0000 (11:45 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 1 Feb 1998 11:45:10 +0000 (04:45 -0700)
commitf5426d1e9b4208ebbdd9cdc4c613f7fda9bc98ed
tree4a2c748f8f09ae64207cec384fbc31b6e7cf20a6
parentc8bec8c8be93e4002280fe8ee9f7c3c067cd83ea
decl.c (init_decl_processing): Use set_sizetype.

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

From-SVN: r17576
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