Age | Commit message (Expand) | Author | Files | Lines |
2004-10-11 | cp-tree.h (SAME_BINFO_TYPE_P): New. | Nathan Sidwell | 1 | -1/+1 |
2004-10-10 | re PR c++/17867 ("void" instead of class name in error message) | Mark Mitchell | 1 | -25/+8 |
2004-10-08 | cp-tree.h (dfs_walk, [...]): Remove. | Nathan Sidwell | 1 | -7/+5 |
2004-10-04 | Convert diagnostics to use quoting flag q 4/n | Gabriel Dos Reis | 1 | -28/+27 |
2004-09-23 | decl.c (grokfndecl): If ::main is found not to return int, correct it after i... | Zack Weinberg | 1 | -18/+20 |
2004-09-21 | cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field. | Nathan Sidwell | 1 | -2/+2 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -12/+8 |
2004-08-30 | tree.h (BINFO_PRIMARY_BASE_OF): Remove. | Nathan Sidwell | 1 | -4/+3 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -13/+12 |
2004-08-16 | call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -86/+87 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -1/+1 |
2004-07-20 | cp-tree.h (struct lang_type_class): Remove vfields field. | Nathan Sidwell | 1 | -1/+1 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -22/+14 |
2004-07-19 | vec.h: Propagate location information properly. | Nathan Sidwell | 1 | -10/+12 |
2004-07-18 | re PR c++/13092 (Accepts invalid pointer-to-member conversion) | Kriang Lerdsuwanakij | 1 | -1/+10 |
2004-07-12 | cp-tree.h (get_aggr_typedef): Remove. | Mark Mitchell | 1 | -30/+0 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -2/+2 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -10/+12 |
2004-07-06 | tree.h (TREE_VIA_VIRTUAL): Rename to ... | Nathan Sidwell | 1 | -6/+6 |
2004-06-30 | init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and TYPE_SIZE_UNIT of fu... | Richard Henderson | 1 | -2/+25 |
2004-06-29 | target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define. | Paul Brook | 1 | -29/+19 |
2004-06-28 | Use vector API for vbase list. | Nathan Sidwell | 1 | -23/+18 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -1/+1 |
2004-06-24 | reformat, remove '^M's | Nathan Sidwell | 1 | -2/+2 |
2004-06-22 | cp-tree.def (NEW_EXPR): Add a fourth slot. | Mark Mitchell | 1 | -134/+11 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -2/+3 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -14/+3 |
2004-06-10 | re PR c++/15875 (rejects pointer to member in template) | Jason Merrill | 1 | -9/+1 |
2004-06-01 | re PR c++/13092 (Accepts invalid pointer-to-member conversion) | Kriang Lerdsuwanakij | 1 | -1/+9 |
2004-05-28 | re PR c++/15083 (spurious "statement has no effect" warning) | Mark Mitchell | 1 | -0/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -64/+73 |
2004-04-23 | init.c (build_aggr_init): Fix accidental use of C99 construct in previous cha... | Mark Mitchell | 1 | -1/+3 |
2004-04-22 | class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali... | Mark Mitchell | 1 | -24/+11 |
2004-04-16 | prims.cc (_Jv_AllocObject): Remove `size' argument. | Bryce McKinlay | 1 | -3/+1 |
2004-04-05 | c-decl.c (build_compound_literal): Use TYPE_READONLY. | Richard Kenner | 1 | -0/+1 |
2004-03-09 | Fix typo | Mark Mitchell | 1 | -1/+1 |
2004-03-09 | re PR c++/14401 (Uninitialized reference error not reported.) | Mark Mitchell | 1 | -0/+3 |
2004-03-01 | fold-const.c (fold): An equality comparison of a non-weak object against zero... | Jeff Law | 1 | -1/+2 |
2004-02-13 | call.c (conversion_kind): New type. | Mark Mitchell | 1 | -11/+7 |
2004-02-05 | re PR c++/13086 (the location of the warning message is wrong when calling de... | Giovanni Bajo | 1 | -13/+25 |
2004-02-02 | re PR c++/13113 (Nice warning about &(X::m) lost) | Mark Mitchell | 1 | -3/+7 |
2004-01-26 | class.c (add_method): Just check processing_template_decl to determine whethe... | Mark Mitchell | 1 | -2/+6 |
2004-01-21 | Make-lang.in, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-19 | re PR c++/13592 (C++ parser regression) | Mark Mitchell | 1 | -7/+15 |
2004-01-16 | re PR c++/13574 (array default initializer in class lets gcc consume all memo... | Mark Mitchell | 1 | -8/+11 |
2004-01-12 | re PR rtl-optimization/10776 (Large aggregate initializers with a single relo... | Richard Henderson | 1 | -2/+3 |
2003-12-22 | re PR c++/11554 (Warning about reordering of initializers doesn't mention loc... | Mark Mitchell | 1 | -0/+1 |
2003-12-21 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -6/+7 |
2003-12-18 | re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini... | Jason Merrill | 1 | -0/+2 |
2003-12-09 | init.c (build_new_1): Deal with an OVERLOAD set when looking up for _Jv_Alloc... | Giovanni Bajo | 1 | -5/+12 |