Age | Commit message (Expand) | Author | Files | Lines |
2002-08-09 | call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | Mike Stump | 1 | -2/+2 |
2002-08-08 | class.c (convert_to_base): Correct check for error_mark_node. | Nathan Sidwell | 1 | -5/+4 |
2002-08-08 | Rework build_component_ref. | Mark Mitchell | 1 | -1/+22 |
2002-08-05 | Index: ChangeLog | Geoffrey Keating | 1 | -4/+0 |
2002-08-04 | cp-tree.h (VF_DERIVED_VALUE): Remove. | Nathan Sidwell | 1 | -9/+7 |
2002-08-04 | re PR c++/7470 (Vtable: virtual function pointers not in declaration order) | Nathan Sidwell | 1 | -124/+53 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 1 | -2/+0 |
2002-07-12 | * class.c (add_method): Correct handling of conversion operators. | Mark Mitchell | 1 | -1/+4 |
2002-07-11 | re PR c++/7224 (g++ 3.x does not tecognize unused ambiguous inline member fun... | Mark Mitchell | 1 | -56/+44 |
2002-07-09 | cp-tree.h (constructor_name_p): Declare it. | Mark Mitchell | 1 | -4/+2 |
2002-06-25 | call.c (build_op_delete_call): Use BASELINK_FUNCTIONS. | Mark Mitchell | 1 | -3/+3 |
2002-06-24 | cp-tree.h (SCALAR_TYPE_P): New macro. | Mark Mitchell | 1 | -6/+2 |
2002-06-18 | C++ ABI changes. | Jason Merrill | 1 | -0/+8 |
2002-06-13 | defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New. | Richard Henderson | 1 | -2/+21 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -4/+2 |
2002-05-14 | cp-tree.h (struct lang_type): Added non_zero_init. | Alexandre Oliva | 1 | -0/+3 |
2002-05-13 | class.c (build_vtbl_ref_1): Use fixed_type_or_null. | Jason Merrill | 1 | -60/+28 |
2002-04-30 | class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if TYPE_HAS_TRIVIAL_... | Mark Mitchell | 1 | -9/+2 |
2002-04-25 | re PR c++/5607 (No pointer adjustment in covariant return types) | Jason Merrill | 1 | -0/+4 |
2002-04-14 | class.c (layout_virtual_bases): Do all dsize computation on trees. | Jakub Jelinek | 1 | -13/+14 |
2002-04-07 | re PR c++/5571 (crash in initialization of a static variable) | Mark Mitchell | 1 | -1/+13 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -1/+1 |
2002-03-29 | re PR c++/6073 ([Solaris] Internal compiler error in simplify_gen_subreg, at ... | Jakub Jelinek | 1 | -1/+1 |
2002-03-20 | re PR c++/5118 (c4x-g++ Fails on Templates) | Jason Merrill | 1 | -1/+2 |
2002-03-18 | PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch. | Jason Merrill | 1 | -4/+5 |
2002-03-17 | re PR c++/4460 (g++ 3.0.1 seg faults instead of throwing in a complicated inh... | Jason Merrill | 1 | -8/+15 |
2002-03-16 | re PR c++/4361 (bogus ambiguity taking the address of a member template) | Nathan Sidwell | 1 | -21/+50 |
2002-02-28 | Makefile.in (integrate.o): Update. | Neil Booth | 1 | -1/+1 |
2002-02-07 | Rename instantiate_type_flags to tsubst_flags_t & expand use. | Nathan Sidwell | 1 | -6/+6 |
2002-02-05 | class.c: Include target.h. | Alexandre Oliva | 1 | -1/+3 |
2002-02-04 | xref.c: Remove. | Jason Merrill | 1 | -6/+0 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -9/+9 |
2002-01-23 | re PR c++/5453 (Compiled program crash - inheritance/template/friend class pr... | Jason Merrill | 1 | -1/+1 |
2002-01-22 | * class.c (build_base_path): Tweak formatting. | Jason Merrill | 1 | -12/+14 |
2002-01-10 | Added __attribute__((deprecated)) patches. | Ira Ruben | 1 | -0/+4 |
2002-01-08 | class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and whitespace. | Graham Stott | 1 | -3/+3 |
2002-01-04 | class.c (update_vtable_entry_for_fn): Set delta to zero for a lost primary. | Jason Merrill | 1 | -50/+63 |
2001-12-18 | class.c (add_method): Do compare 'this' quals when trying to match a used fun... | Jason Merrill | 1 | -4/+20 |
2001-12-18 | pt.c (instantiate_clone): Remove, fold into ... | Nathan Sidwell | 1 | -1/+1 |
2001-12-18 | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 1 | -24/+24 |
2001-12-16 | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 1 | -4/+4 |
2001-12-12 | decl.c (store_parm_decls): Remove parms_have_cleanups cruft. | Jason Merrill | 1 | -5/+6 |
2001-12-05 | tweak decl syntax | Jason Merrill | 1 | -1/+1 |
2001-12-02 | class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the immediate binfos for ... | Jason Merrill | 1 | -0/+13 |
2001-12-01 | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-29 | re PR c++/4842 (-Woverloaded-virtual does not work) | Mark Mitchell | 1 | -78/+57 |
2001-11-29 | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base. | Nathan Sidwell | 1 | -12/+16 |
2001-11-25 | re PR c++/3145 (virtual inheritance still creates wrong code) | Nathan Sidwell | 1 | -169/+101 |
2001-11-09 | * class.c (dump_array): Fix format specifier warning. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-10-28 | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |