summaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-30 * class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti.c: Fixkazu1-1/+1
2004-04-22 * class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR onmmitchel1-7/+5
2004-03-08 PR c++/13170jason1-4/+2
2004-02-07 gcc/kazu1-1/+1
2004-02-05 PR c++/9941mmitchel1-1/+1
2003-12-21 * call.c: Fix comment formatting.kazu1-1/+1
2003-09-27 * name-lookup.h (get_global_value_if_present): New function.gdr1-6/+2
2003-09-14 * rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls.geoffk1-1/+2
2003-09-05cp:nathan1-1/+7
2003-08-01 PR c++/8442, c++/8806lerdsuwa1-4/+4
2003-07-29 PR c++/11667mmitchel1-2/+3
2003-07-22 * fold-const.c (force_fit_type): Handle OFFSET_TYPE.mmitchel1-17/+13
2003-07-19gcc:ghazi1-1/+1
2003-07-08 * cp-tree.h (build_scoped_method_call): Remove.mmitchel1-6/+2
2003-07-06 * call.c: Fix comment formatting.kazu1-2/+2
2003-07-04 * call.c (build_addr_func): Handle bound pointers-to-members.mmitchel1-6/+0
2003-06-23 * decl.c (register_dtor_fn): Mark cleanup as used.hubicka1-3/+12
2003-06-20 PR c++/11041mmitchel1-4/+2
2003-06-13 * rtti.c: Remove PARAMS.neroden1-21/+21
2003-05-17gcc:ghazi1-4/+3
2003-04-22 * rtti.c (throw_bad_typeid): Use build_cxx_call.mmitchel1-1/+1
2003-04-22 * Makefile.in (calls.o): Depend on except.h.mmitchel1-2/+2
2003-04-13 * tree.c (build_constructor): New function.zack1-8/+7
2003-04-03gcc:ghazi1-1/+1
2003-03-20 * cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.austern1-4/+15
2003-03-07 * call.c (merge_conversion_sequences): New function.mmitchel1-7/+2
2003-02-20 Change base class access representation.nathan1-7/+9
2003-01-17 PR c++/9294mmitchel1-3/+8
2003-01-142003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com>oldham1-11/+1
2003-01-10 PR c++/9128mmitchel1-10/+16
2003-01-01 * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,neil1-4/+4
2002-12-29 Remove traditional C constructs 4/n.gdr1-101/+62
2002-12-28 * Make-lang.in (po-generated): Remove parse.c.mmitchel1-5/+8
2002-12-19 Handle anonymous unions at the tree level.jason1-1/+3
2002-12-16Merge basic-improvements-branch to trunkzack1-16/+30
2002-12-01 PR c++/8727mmitchel1-0/+12
2002-11-22 * g++.dg/abi/rtti2.C: New test.mmitchel1-2/+1
2002-10-11 * NEWS: Document removal of "new X = ..." extension.mmitchel1-1/+3
2002-09-29cp:nathan1-3/+5
2002-09-21 * ChangeLog: Follow spelling conventions.kazu1-4/+4
2002-09-14 * error.c: Fix comment formatting.kazu1-15/+15
2002-09-04 * typeck2.c (add_exception_specifier): Only pedwarn for anjason1-1/+2
2002-07-17 PR c++/7320nathan1-0/+1
2002-07-05 Repair damage on weak-impared targets caused by my previous patch.nathan1-6/+8
2002-06-30 * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...nathan1-313/+299
2002-06-26 * cp-tree.h (xref_tag): Change prototype.mmitchel1-6/+11
2002-06-14 * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.rth1-8/+7
2002-05-16 * cp/rtti.c (get_tinfo_decl): Don't call comdat_linkage.jason1-20/+22
2002-05-14revert last checkinjason1-4/+2
2002-05-13 * class.c (build_vtbl_ref_1): Use fixed_type_or_null.jason1-2/+4