* class.c (build_vtbl_ref_1): Use fixed_type_or_null.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 May 2002 08:00:48 +0000 (08:00 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 May 2002 08:00:48 +0000 (08:00 +0000)
commit8bfe5753492bfe542555904ce7d0a6021ab42427
tree8cecf23aef6e66bf41d420e5722b052aef5792fc
parente8dd1a36f06b57231dab9946e684a1d3af7d40a1
    * class.c (build_vtbl_ref_1): Use fixed_type_or_null.
        (fixed_type_or_null): See through reference vars.
        (build_base_path): Vtable contents are constant.
        * typeck.c (get_member_function_from_ptrfunc): Likewise.

        * rtti.c (emit_tinfo_decl): Call import_export_decl.
        * decl2.c (import_export_decl): Set DECL_NOT_REALLY_EXTERN on
        tinfo decls by default.  Don't mess with the builtins.

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