summaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/8727mmitchel2002-12-011-0/+12
* * g++.dg/abi/rtti2.C: New test.mmitchel2002-11-221-2/+1
* * NEWS: Document removal of "new X = ..." extension.mmitchel2002-10-111-1/+3
* cp:nathan2002-09-291-3/+5
* * ChangeLog: Follow spelling conventions.kazu2002-09-211-4/+4
* * error.c: Fix comment formatting.kazu2002-09-141-15/+15
* * typeck2.c (add_exception_specifier): Only pedwarn for anjason2002-09-041-1/+2
* PR c++/7320nathan2002-07-171-0/+1
* Repair damage on weak-impared targets caused by my previous patch.nathan2002-07-051-6/+8
* * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...nathan2002-06-301-313/+299
* * cp-tree.h (xref_tag): Change prototype.mmitchel2002-06-261-6/+11
* * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.rth2002-06-141-8/+7
* * cp/rtti.c (get_tinfo_decl): Don't call comdat_linkage.jason2002-05-161-20/+22
* revert last checkinjason2002-05-141-4/+2
* * class.c (build_vtbl_ref_1): Use fixed_type_or_null.jason2002-05-131-2/+4
* * c-common.c (fix_string_type): Split out of ...rth2002-04-261-1/+1
* 2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-231-1/+1
* * cp-tree.h: Delete #defines for cp_error, cp_warning,zack2001-12-181-4/+4
* * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,jsm282001-12-161-2/+2
* * langhooks.h (struct lang_hooks_for_tree_inlining): Addjason2001-12-051-1/+10
* cp:nathan2001-11-251-19/+6
* * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.bryce2001-11-221-3/+3
* * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type useddanglin2001-10-031-1/+1
* * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.aj2001-08-271-13/+6
* * cp/rtti.c (VPARAMS): Fix parameter.aj2001-08-241-1/+1
* * class.c, cp-tree.h (build_vfn_ref): Remove.rth2001-08-141-1/+1
* .:nathan2001-08-021-4/+2
* cp:nathan2001-07-311-34/+4
* Simplify rtti, now we've only one ABI.nathan2001-07-241-84/+37
* gcc:nathan2001-07-211-8/+2
* Remove old-abi remnants. Remove comments about old abinathan2001-07-211-32/+6
* * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.jason2001-05-221-10/+0
* cp:ghazi2001-05-021-2/+2
* * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.mmitchel2001-04-041-0/+8
* * pt.c (instantiate_decl): Abort if we see a member constantjason2001-03-221-1/+1
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-4/+4
* * invoke.texi (-fsquangle): Remove documentation.mmitchel2001-02-181-88/+28
* Remove old ABI support.mmitchel2001-02-121-469/+16
* * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.mmitchel2001-02-041-26/+52
* * stmt.c (estimate_case_costs): Use integer_minus_one_node.ghazi2001-01-291-1/+1
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-2/+1
* * class.c (invalidate_class_lookup_cache): Zero themmitchel2001-01-031-1/+1
* * decl.c (init_decl_processing): Correct name of pure virtualmmitchel2000-11-191-2/+6
* * c-common.h (flag_no_builtin): Declare.mmitchel2000-10-181-1/+1
* * c-common.h (genrtl_clear_out_block): Remove.mmitchel2000-09-121-1/+0
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-4/+1
* * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abinathan2000-08-091-5/+1
* * cp-tree.h (char_type_p): New function.mmitchel2000-07-101-11/+0
* * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.mmitchel2000-06-301-5/+5
* * rtti.c (get_base_offset): Cope when vbase field is in a base.nathan2000-06-201-2/+17