aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-14cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva1-0/+3
2002-05-13class.c (build_vtbl_ref_1): Use fixed_type_or_null.Jason Merrill1-60/+28
2002-04-30class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if TYPE_HAS_TRIVIAL_...Mark Mitchell1-9/+2
2002-04-25re PR c++/5607 (No pointer adjustment in covariant return types)Jason Merrill1-0/+4
2002-04-14class.c (layout_virtual_bases): Do all dsize computation on trees.Jakub Jelinek1-13/+14
2002-04-07re PR c++/5571 (crash in initialization of a static variable)Mark Mitchell1-1/+13
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-03-29re PR c++/6073 ([Solaris] Internal compiler error in simplify_gen_subreg, at ...Jakub Jelinek1-1/+1
2002-03-20re PR c++/5118 (c4x-g++ Fails on Templates)Jason Merrill1-1/+2
2002-03-18PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.Jason Merrill1-4/+5
2002-03-17re PR c++/4460 (g++ 3.0.1 seg faults instead of throwing in a complicated inh...Jason Merrill1-8/+15
2002-03-16re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-21/+50
2002-02-28Makefile.in (integrate.o): Update.Neil Booth1-1/+1
2002-02-07Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell1-6/+6
2002-02-05class.c: Include target.h.Alexandre Oliva1-1/+3
2002-02-04xref.c: Remove.Jason Merrill1-6/+0
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-9/+9
2002-01-23re PR c++/5453 (Compiled program crash - inheritance/template/friend class pr...Jason Merrill1-1/+1
2002-01-22* class.c (build_base_path): Tweak formatting.Jason Merrill1-12/+14
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-0/+4
2002-01-08class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and whitespace.Graham Stott1-3/+3
2002-01-04class.c (update_vtable_entry_for_fn): Set delta to zero for a lost primary.Jason Merrill1-50/+63
2001-12-18class.c (add_method): Do compare 'this' quals when trying to match a used fun...Jason Merrill1-4/+20
2001-12-18pt.c (instantiate_clone): Remove, fold into ...Nathan Sidwell1-1/+1
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-24/+24
2001-12-16ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-4/+4
2001-12-12decl.c (store_parm_decls): Remove parms_have_cleanups cruft.Jason Merrill1-5/+6
2001-12-05tweak decl syntaxJason Merrill1-1/+1
2001-12-02class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the immediate binfos for ...Jason Merrill1-0/+13
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-29re PR c++/4842 (-Woverloaded-virtual does not work)Mark Mitchell1-78/+57
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-12/+16
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell1-169/+101
2001-11-09* class.c (dump_array): Fix format specifier warning.Kaveh R. Ghazi1-1/+1
2001-10-28ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-11typeck2.c (store_init_value): Don't re-digest a bracketed initializer.Jason Merrill1-2/+4
2001-10-11rtl.h (REG_VTABLE_REF): New.Richard Henderson1-35/+41
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-09-21tree.def (FDESC_EXPR): New.Richard Henderson1-5/+43
2001-09-21Table-driven attributes.Joseph Myers1-1/+1
2001-09-06oops, missed a bit in previous commitNathan Sidwell1-1/+1
2001-09-06re PR c++/3986 (ICE in build_rtti_vtbl_entries)Nathan Sidwell1-11/+25
2001-09-06Remove TYPE_NONCOPIED_PARTS.Nathan Sidwell1-5/+2
2001-08-30class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t.Joern Rennecke1-2/+5
2001-08-14class.c, cp-tree.h (build_vfn_ref): Remove.Richard Henderson1-13/+0
2001-08-07re PR c++/3820 (GCC 3.0 crashes with empty base class)Nathan Sidwell1-20/+5
2001-07-31re PR c++/3631 (another linking problem with virtual derivation)Nathan Sidwell1-4/+4
2001-07-31class.c (dfs_ctor_vtable_bases_queue_p): Always walk into the shared virtual ...Nathan Sidwell1-11/+6
2001-07-27class.c (mark_primary_virtual_base): Don't adjust base offsets here.Nathan Sidwell1-11/+20
2001-07-27class.c (finish_struct_1): When copying the primary base's VFIELD, make sure ...Nathan Sidwell1-10/+15