rtti.c (LONGPTR_T): New helper-macro.
authorKai Tietz <ktietz@redhat.com>
Fri, 28 Dec 2012 21:49:59 +0000 (22:49 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Fri, 28 Dec 2012 21:49:59 +0000 (22:49 +0100)
commit1c773c7a2ecd36d0d58a285b535dc4fddcb1b370
tree968e91501ffdcc82581e75d7cf5355921f4100cf
parent5fabac29f7201639991f102e8354b3bb85ac2bc9
rtti.c (LONGPTR_T): New helper-macro.

        * rtti.c (LONGPTR_T): New helper-macro.
        (get_pseudo_ti_init): Initialize offset_type by LONGPTR_T
        type instead of 'long' type.
        (create_tinfo_types): Use for offset/flags field LONGPTR_T
        type instead of 'long' type.

From-SVN: r194745
gcc/cp/ChangeLog
gcc/cp/rtti.c