Age | Commit message (Expand) | Author | Files | Lines |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -3/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -14/+14 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -89/+89 |
2005-05-31 | re PR c++/21165 (bogus error on a user-defined conversion in a template) | Nathan Sidwell | 1 | -1/+1 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -8/+8 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -2/+2 |
2005-04-06 | re PR c++/20734 (rejects valid pointer to member) | Mark Mitchell | 1 | -3/+0 |
2005-03-24 | typeck.c (comptypes): First determine if the types are compatible from a targ... | Steven Bosscher | 1 | -13/+13 |
2005-03-21 | re PR c++/20461 (ICE at "class 'C' does not have any field named 'f'" error) | Paolo Carlini | 1 | -0/+5 |
2005-03-09 | re PR c++/20142 (implicit assignment operator with multi-dimensional array is... | Mark Mitchell | 1 | -8/+11 |
2005-03-05 | re PR c++/19311 (ICE in resolve_overloaded_unification) | Kriang Lerdsuwanakij | 1 | -8/+0 |
2005-02-24 | call.c, [...]: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-02-23 | re PR c++/19991 (Enum not accepted in array-size) | Mark Mitchell | 1 | -11/+11 |
2005-02-09 | re PR c++/19733 (ICE on invalid destructor call) | Mark Mitchell | 1 | -29/+2 |
2005-01-18 | Make-lang.in, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-12-31 | re PR middle-end/17799 (Non-optimizing compile loses 'this') | Richard Henderson | 1 | -1/+1 |
2004-12-17 | init.c (build_zero_init): max_index is the number of elements, minus 1. | Steven Bosscher | 1 | -1/+5 |
2004-12-16 | re PR c++/18905 (Strange error: subscripted value is neither array nor pointer) | Nathan Sidwell | 1 | -31/+33 |
2004-12-14 | re PR middle-end/18965 (ICE in gimplify_init_ctor_eval) | Andrew Pinski | 1 | -2/+7 |
2004-12-09 | re PR c++/16681 (array initialization in struct construct is a memory hog) | Nathan Sidwell | 1 | -9/+10 |
2004-12-08 | re PR c++/18803 (rejects access to operator() in template) | Nathan Sidwell | 1 | -2/+0 |
2004-12-03 | re PR c++/18318 (ICE: error: Multiple inline callers) | Nathan Sidwell | 1 | -0/+9 |
2004-11-10 | re PR c++/18369 (Segfault on braced new) | Mark Mitchell | 1 | -59/+75 |
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 |