aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-09call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.Mike Stump1-2/+2
2002-08-08class.c (convert_to_base): Correct check for error_mark_node.Nathan Sidwell1-5/+4
2002-08-08Rework build_component_ref.Mark Mitchell1-1/+22
2002-08-05Index: ChangeLogGeoffrey Keating1-4/+0
2002-08-04cp-tree.h (VF_DERIVED_VALUE): Remove.Nathan Sidwell1-9/+7
2002-08-04re PR c++/7470 (Vtable: virtual function pointers not in declaration order)Nathan Sidwell1-124/+53
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-2/+0
2002-07-12* class.c (add_method): Correct handling of conversion operators.Mark Mitchell1-1/+4
2002-07-11re PR c++/7224 (g++ 3.x does not tecognize unused ambiguous inline member fun...Mark Mitchell1-56/+44
2002-07-09cp-tree.h (constructor_name_p): Declare it.Mark Mitchell1-4/+2
2002-06-25call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.Mark Mitchell1-3/+3
2002-06-24cp-tree.h (SCALAR_TYPE_P): New macro.Mark Mitchell1-6/+2
2002-06-18C++ ABI changes.Jason Merrill1-0/+8
2002-06-13defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.Richard Henderson1-2/+21
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-4/+2
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