aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-16/+30
2002-12-01re PR c++/8727 (compiler confused by inheritance from an anonymous struct)Mark Mitchell1-0/+12
2002-11-22rtti2.C: New test.Mark Mitchell1-2/+1
2002-10-11NEWS: Document removal of "new X = ..." extension.Mark Mitchell1-1/+3
2002-09-29re PR c++/7788 (g++-3.2 internal error: Segmentation fault)Nathan Sidwell1-3/+5
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-4/+4
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-15/+15
2002-09-04typeck2.c (add_exception_specifier): Only pedwarn for an incomplete type.Jason Merrill1-1/+2
2002-07-17re PR c++/7320 (g++ 3.2 relocation problem)Scott Snyder1-0/+1
2002-07-05Repair damage on weak-impared targets caused by my previous patch.Nathan Sidwell1-6/+8
2002-06-30cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...Nathan Sidwell1-313/+299
2002-06-26cp-tree.h (xref_tag): Change prototype.Mark Mitchell1-6/+11
2002-06-13defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.Richard Henderson1-8/+7
2002-05-16rtti.c (get_tinfo_decl): Don't call comdat_linkage.Jason Merrill1-20/+22
2002-05-14revert last checkinJason Merrill1-4/+2
2002-05-13class.c (build_vtbl_ref_1): Use fixed_type_or_null.Jason Merrill1-2/+4
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-1/+1
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-1/+1
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-4/+4
2001-12-16ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-12-05langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in...Jason Merrill1-1/+10
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell1-19/+6
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-3/+3
2001-10-03rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used to build t...John David Anglin1-1/+1
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-13/+6
2001-08-24* cp/rtti.c (VPARAMS): Fix parameter.Andreas Jaeger1-1/+1
2001-08-14class.c, cp-tree.h (build_vfn_ref): Remove.Richard Henderson1-1/+1
2001-08-02Kill -fhonor-std.Nathan Sidwell1-4/+2
2001-07-31The 3.0 ABI no longer has vbase pointer fields.Nathan Sidwell1-34/+4
2001-07-24Simplify rtti, now we've only one ABI.Nathan Sidwell1-84/+37
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-8/+2
2001-07-21Remove old-abi remnants.Nathan Sidwell1-32/+6
2001-05-22class.c, [...]: Remove com_interface attribute support.Jason Merrill1-10/+0
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-04-04cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell1-0/+8
2001-03-21pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill1-1/+1
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-4/+4
2001-02-18invoke.texi (-fsquangle): Remove documentation.Mark Mitchell1-88/+28
2001-02-12Remove old ABI support.Mark Mitchell1-469/+16
2001-02-04cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.Mark Mitchell1-26/+52
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi1-1/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+1
2001-01-03class.c (invalidate_class_lookup_cache): Zero the previous_class_values.Mark Mitchell1-1/+1
2000-11-19decl.c (init_decl_processing): Correct name of pure virtual function under th...Mark Mitchell1-2/+6
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-1/+1
2000-09-12c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell1-1/+0
2000-09-11defaults.h: Provide default definitions for...Zack Weinberg1-4/+1
2000-08-09rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi runtime.Nathan Sidwell1-5/+1
2000-07-10cp-tree.h (char_type_p): New function.Mark Mitchell1-11/+0
2000-06-30c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell1-5/+5