summaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
Commit message (Expand)AuthorAgeFilesLines
* 2005-04-25 Andrew Pinski <pinskia@physics.uc.edu>pinskia2005-04-251-1/+2
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-2/+2
* * vec.h: Update API to separate allocation mechanism from type.nathan2005-04-211-5/+5
* Friend class name lookup 5/nlerdsuwa2005-03-141-4/+4
* PR c++/19733mmitchel2005-02-091-1/+1
* * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,kazu2005-01-181-1/+2
* PR middle-end/17799rth2005-01-011-0/+2
* * rtti.c (emit_support_tinfos): Avoid using C99 semantics.mmitchel2004-12-221-5/+7
* PR c++/18464mmitchel2004-12-221-16/+26
* cp:nathan2004-12-081-27/+21
* Friend class name lookup 2/n, PR c++/14513, c++/15410lerdsuwa2004-11-251-4/+4
* cp:nathan2004-10-181-1/+1
* * cp-tree.h (get_dynamic_cast_base_type): Rename to ...nathan2004-10-111-1/+1
* cp/gdr2004-10-101-7/+8
* * cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).nathan2004-09-221-6/+5
* * cp-tree.h (struct lang_type_class): Remove marked flags, addnathan2004-09-221-57/+2
* * call.c (validate_conversion_obstack): Replacenathan2004-08-271-5/+5
* * tree.h (build_int_cst): New, sign extended constant.nathan2004-08-251-10/+9
* * call.c (build_vfield_ref, build_call, build_conditional_expr,sayle2004-08-161-9/+9
* .:nathan2004-08-151-10/+14
* * class.c (build_vtable): Do not set DECL_VISIBILITY here.mmitchel2004-08-041-22/+5
* * c-common.h (lang_post_pch_load): New variable.mmitchel2004-07-291-89/+103
* .:nathan2004-07-261-4/+4
* PR c++/9283giovannibajo2004-07-251-1/+10
* .:nathan2004-07-201-7/+4
* * vec.h (VEC_address): New function.mmitchel2004-07-161-1/+1
* 2004-07-12 Andrew Pinski <apinski@apple.com>pinskia2004-07-121-5/+1
* * call.c (build_user_type_conversion_1, build_new_op,nathan2004-07-121-1/+0
* 2004-07-07 H.J. Lu <hongjiu.lu@intel.com>hjl2004-07-071-1/+5
* * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,nathan2004-07-071-7/+7
* * tree.h (TREE_VIA_VIRTUAL): Rename to ...nathan2004-07-061-3/+3
* * c-common.c (expand_unordered_cmp): Delete.sayle2004-06-241-3/+3
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-7/+16
* * class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti.c: Fixkazu2004-04-301-1/+1
* * class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR onmmitchel2004-04-221-7/+5
* PR c++/13170jason2004-03-081-4/+2
* gcc/kazu2004-02-071-1/+1
* PR c++/9941mmitchel2004-02-051-1/+1
* * call.c: Fix comment formatting.kazu2003-12-211-1/+1
* * name-lookup.h (get_global_value_if_present): New function.gdr2003-09-271-6/+2
* * rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls.geoffk2003-09-141-1/+2
* cp:nathan2003-09-051-1/+7
* PR c++/8442, c++/8806lerdsuwa2003-08-011-4/+4
* PR c++/11667mmitchel2003-07-291-2/+3
* * fold-const.c (force_fit_type): Handle OFFSET_TYPE.mmitchel2003-07-221-17/+13
* gcc:ghazi2003-07-191-1/+1
* * cp-tree.h (build_scoped_method_call): Remove.mmitchel2003-07-081-6/+2
* * call.c: Fix comment formatting.kazu2003-07-061-2/+2
* * call.c (build_addr_func): Handle bound pointers-to-members.mmitchel2003-07-041-6/+0
* * decl.c (register_dtor_fn): Mark cleanup as used.hubicka2003-06-231-3/+12