Age | Commit message (Expand) | Author | Files | Lines |
2004-04-30 | * class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti.c: Fix | kazu | 1 | -1/+1 |
2004-04-22 | * class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on | mmitchel | 1 | -7/+5 |
2004-03-08 | PR c++/13170 | jason | 1 | -4/+2 |
2004-02-07 | gcc/ | kazu | 1 | -1/+1 |
2004-02-05 | PR c++/9941 | mmitchel | 1 | -1/+1 |
2003-12-21 | * call.c: Fix comment formatting. | kazu | 1 | -1/+1 |
2003-09-27 | * name-lookup.h (get_global_value_if_present): New function. | gdr | 1 | -6/+2 |
2003-09-14 | * rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls. | geoffk | 1 | -1/+2 |
2003-09-05 | cp: | nathan | 1 | -1/+7 |
2003-08-01 | PR c++/8442, c++/8806 | lerdsuwa | 1 | -4/+4 |
2003-07-29 | PR c++/11667 | mmitchel | 1 | -2/+3 |
2003-07-22 | * fold-const.c (force_fit_type): Handle OFFSET_TYPE. | mmitchel | 1 | -17/+13 |
2003-07-19 | gcc: | ghazi | 1 | -1/+1 |
2003-07-08 | * cp-tree.h (build_scoped_method_call): Remove. | mmitchel | 1 | -6/+2 |
2003-07-06 | * call.c: Fix comment formatting. | kazu | 1 | -2/+2 |
2003-07-04 | * call.c (build_addr_func): Handle bound pointers-to-members. | mmitchel | 1 | -6/+0 |
2003-06-23 | * decl.c (register_dtor_fn): Mark cleanup as used. | hubicka | 1 | -3/+12 |
2003-06-20 | PR c++/11041 | mmitchel | 1 | -4/+2 |
2003-06-13 | * rtti.c: Remove PARAMS. | neroden | 1 | -21/+21 |
2003-05-17 | gcc: | ghazi | 1 | -4/+3 |
2003-04-22 | * rtti.c (throw_bad_typeid): Use build_cxx_call. | mmitchel | 1 | -1/+1 |
2003-04-22 | * Makefile.in (calls.o): Depend on except.h. | mmitchel | 1 | -2/+2 |
2003-04-13 | * tree.c (build_constructor): New function. | zack | 1 | -8/+7 |
2003-04-03 | gcc: | ghazi | 1 | -1/+1 |
2003-03-20 | * cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray. | austern | 1 | -4/+15 |
2003-03-07 | * call.c (merge_conversion_sequences): New function. | mmitchel | 1 | -7/+2 |
2003-02-20 | Change base class access representation. | nathan | 1 | -7/+9 |
2003-01-17 | PR c++/9294 | mmitchel | 1 | -3/+8 |
2003-01-14 | 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com> | oldham | 1 | -11/+1 |
2003-01-10 | PR c++/9128 | mmitchel | 1 | -10/+16 |
2003-01-01 | * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c, | neil | 1 | -4/+4 |
2002-12-29 | Remove traditional C constructs 4/n. | gdr | 1 | -101/+62 |
2002-12-28 | * Make-lang.in (po-generated): Remove parse.c. | mmitchel | 1 | -5/+8 |
2002-12-19 | Handle anonymous unions at the tree level. | jason | 1 | -1/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | zack | 1 | -16/+30 |
2002-12-01 | PR c++/8727 | mmitchel | 1 | -0/+12 |
2002-11-22 | * g++.dg/abi/rtti2.C: New test. | mmitchel | 1 | -2/+1 |
2002-10-11 | * NEWS: Document removal of "new X = ..." extension. | mmitchel | 1 | -1/+3 |
2002-09-29 | cp: | nathan | 1 | -3/+5 |
2002-09-21 | * ChangeLog: Follow spelling conventions. | kazu | 1 | -4/+4 |
2002-09-14 | * error.c: Fix comment formatting. | kazu | 1 | -15/+15 |
2002-09-04 | * typeck2.c (add_exception_specifier): Only pedwarn for an | jason | 1 | -1/+2 |
2002-07-17 | PR c++/7320 | nathan | 1 | -0/+1 |
2002-07-05 | Repair damage on weak-impared targets caused by my previous patch. | nathan | 1 | -6/+8 |
2002-06-30 | * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ... | nathan | 1 | -313/+299 |
2002-06-26 | * cp-tree.h (xref_tag): Change prototype. | mmitchel | 1 | -6/+11 |
2002-06-14 | * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New. | rth | 1 | -8/+7 |
2002-05-16 | * cp/rtti.c (get_tinfo_decl): Don't call comdat_linkage. | jason | 1 | -20/+22 |
2002-05-14 | revert last checkin | jason | 1 | -4/+2 |
2002-05-13 | * class.c (build_vtbl_ref_1): Use fixed_type_or_null. | jason | 1 | -2/+4 |