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