Age | Commit message (Expand) | Author | Files | Lines |
2005-06-26 | re PR c/21911 (named parameter mistakenly identified as sentinel) | Kaveh R. Ghazi | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-18 | c-decl.c (locate_old_decl): Add format attribute. | Kaveh R. Ghazi | 1 | -1/+1 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -91/+91 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -259/+259 |
2005-05-27 | cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | Roger Sayle | 1 | -2/+2 |
2005-05-26 | * call.c (build_op_delete_call): Fix quoting in error message. | Volker Reichelt | 1 | -1/+1 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -18/+18 |
2005-04-01 | call.c (add_template_candidates_real): Remove length parameter from fn_type_u... | Nathan Sidwell | 1 | -1/+1 |
2005-03-31 | PR c++/19203, implement DR 214 | Nathan Sidwell | 1 | -2/+1 |
2005-03-31 | re PR c++/18644 (-Wsynth warning in <complex>) | Gabriel Dos Reis | 1 | -14/+0 |
2005-02-24 | call.c, [...]: Fix comment typo(s). | Volker Reichelt | 1 | -3/+2 |
2005-02-10 | re PR c++/19811 (g++ 4.0: ICE on vector delete of undefined class) | Mark Mitchell | 1 | -1/+3 |
2005-02-10 | re PR c++/19787 (Internal compiler error with ambiguous conversion functions) | Mark Mitchell | 1 | -65/+70 |
2005-01-31 | re PR c++/19457 (Warning depends on cached constant) | Mark Mitchell | 1 | -2/+40 |
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 | -0/+1 |
2004-12-22 | re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ... | Mark Mitchell | 1 | -1/+9 |
2004-12-22 | re PR c++/18378 (ICE when returning a copy of a packed member) | Mark Mitchell | 1 | -2/+15 |
2004-12-16 | re PR c++/18905 (Strange error: subscripted value is neither array nor pointer) | Nathan Sidwell | 1 | -7/+5 |
2004-12-08 | re PR c++/18803 (rejects access to operator() in template) | Nathan Sidwell | 1 | -6/+3 |
2004-12-01 | re PR c++/17431 (Internal error: Segmentation fault (program cc1plus)) | Nathan Sidwell | 1 | -5/+7 |
2004-11-24 | re PR c++/16882 (overloading confused by const vector arguments) | Paolo Bonzini | 1 | -5/+0 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -1/+1 |
2004-11-01 | Convert diagnostics to use quoting flag q 9/n | Gabriel Dos Reis | 1 | -3/+3 |
2004-10-28 | re PR c++/17435 (Binding a temporary of derived type to reference of base) | Mark Mitchell | 1 | -2/+7 |
2004-10-21 | re PR c++/18073 (mmintrin.h rejected by C++ frontend) | Mark Mitchell | 1 | -15/+11 |
2004-10-20 | * call.c, typeck.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-10-19 | call.c (struct conversion): Add base_p. | Mark Mitchell | 1 | -15/+51 |
2004-10-18 | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call. | Nathan Sidwell | 1 | -6/+6 |
2004-10-07 | cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag. | Mark Mitchell | 1 | -1/+1 |
2004-10-03 | Convert diagnostics to use quoting flag q 1/n | Gabriel Dos Reis | 1 | -54/+55 |
2004-09-28 | re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const... | Mark Mitchell | 1 | -2/+3 |
2004-09-21 | cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field. | Nathan Sidwell | 1 | -2/+2 |
2004-09-18 | call.c, [...]: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -1/+1 |
2004-09-16 | cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree). | Nathan Sidwell | 1 | -8/+10 |
2004-09-10 | re PR c++/17386 (libstdc++ iostreams miscompilation) | Richard Henderson | 1 | -17/+0 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -39/+41 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -44/+38 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -5/+5 |
2004-08-16 | call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -26/+26 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -9/+6 |
2004-08-12 | re PR c++/16853 (pointer-to-member initialization from incompatible one accep... | Mark Mitchell | 1 | -0/+2 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -1/+1 |
2004-08-02 | re PR c++/16338 (ICE when throwing a compound literal) | Mark Mitchell | 1 | -1/+5 |
2004-08-01 | call.c (z_candidate::template_decl): Rename from template. | Gabriel Dos Reis | 1 | -7/+8 |
2004-07-18 | re PR tree-optimization/16115 (double-destruction problem with argument passi... | Jason Merrill | 1 | -1/+5 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -13/+14 |
2004-07-12 | call.c (build_operator_new_call): Avoid using push_to_top_level. | Mark Mitchell | 1 | -5/+11 |