Age | Commit message (Expand) | Author | Files | Lines |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | re PR c++/20678 (Make process stopped) | Nathan Sidwell | 1 | -1/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -197/+197 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -17/+17 |
2005-06-12 | re PR c++/21930 (pretty printer confusion) | Roger Sayle | 1 | -9/+2 |
2005-06-06 | exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form... | Jakub Jelinek | 1 | -18/+18 |
2005-05-27 | cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | Roger Sayle | 1 | -1/+1 |
2005-03-24 | typeck.c (comptypes): First determine if the types are compatible from a targ... | Steven Bosscher | 1 | -3/+3 |
2005-02-24 | call.c, [...]: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-02-23 | genpreds.c: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-23 | re PR c++/19991 (Enum not accepted in array-size) | Mark Mitchell | 1 | -6/+2 |
2005-02-21 | re PR c++/19076 (Pointer to member function not matched to pointer to member ... | Douglas Gregor | 1 | -0/+2 |
2004-12-21 | re PR c++/14075 (("foo") accepted as char[] initializer) | Nathan Sidwell | 1 | -1/+8 |
2004-12-17 | re PR c++/17821 (Poor diagnostic for using . instead of ->) | Nathan Sidwell | 1 | -13/+11 |
2004-11-29 | re PR c++/18368 (C++ error message regression) | Mark Mitchell | 1 | -1/+4 |
2004-11-24 | cp-tree.h (context_as_string): Remove extern. | Ben Elliston | 1 | -8/+0 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -2/+2 |
2004-11-01 | Convert diagnostics to use quoting flag q 9/n | Gabriel Dos Reis | 1 | -2/+2 |
2004-10-30 | re PR c++/17542 (Visibility attribute ignored when it precedes class head) | Matt Austern | 1 | -4/+3 |
2004-10-21 | re PR c++/13560 (wrong file name in error message) | Andrew Pinski | 1 | -0/+3 |
2004-10-10 | re PR c++/17867 ("void" instead of class name in error message) | Mark Mitchell | 1 | -1/+1 |
2004-10-08 | re PR c++/17868 (RDIV_EXPR not supported by dump_expr) | Volker Reichelt | 1 | -0/+1 |
2004-10-03 | Convert diagnostics to use quoting flag q 1/n | Gabriel Dos Reis | 1 | -2/+7 |
2004-09-27 | re PR c++/17681 (Bad message about constructor ordering (-Wall)) | Nathan Sidwell | 1 | -1/+1 |
2004-09-16 | error.c (dump_decl): Make sure there is lang_specific info before checking fo... | Andrew MacLeod | 1 | -3/+3 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -16/+18 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -3/+3 |
2004-08-16 | call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -3/+3 |
2004-07-20 | cp-tree.def (TINST_LEVEL): Make it an 'x' node. | Steven Bosscher | 1 | -2/+2 |
2004-07-20 | re PR c++/16175 (Wrong type reported in diagnostic) | Kriang Lerdsuwanakij | 1 | -0/+1 |
2004-07-18 | re PR c++/13092 (Accepts invalid pointer-to-member conversion) | Kriang Lerdsuwanakij | 1 | -6/+2 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -10/+14 |
2004-06-27 | re PR c++/14123 (odd number of parentheses in error message) | Gabriel Dos Reis | 1 | -0/+4 |
2004-06-27 | error.c (pp_template_argument_list_start): Remove. | Gabriel Dos Reis | 1 | -199/+210 |
2004-06-10 | re PR c++/15875 (rejects pointer to member in template) | Jason Merrill | 1 | -2/+6 |
2004-06-01 | re PR c++/13092 (Accepts invalid pointer-to-member conversion) | Kriang Lerdsuwanakij | 1 | -6/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -9/+3 |
2004-03-29 | error.c (dump_function_name): If T's DECL_LANG_SPECIFIC is null, just print t... | Zack Weinberg | 1 | -1/+12 |
2004-03-21 | pretty-print.c (pp_base_maybe_space): New function. | Gabriel Dos Reis | 1 | -69/+27 |
2004-03-18 | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 1 | -1/+1 |
2004-03-01 | re PR c++/14369 (errenous reject of well-formed code) | Gabriel Dos Reis | 1 | -0/+5 |
2004-02-15 | re PR c++/14085 (when compiling template functors) | Gabriel Dos Reis | 1 | -0/+7 |
2004-02-14 | re PR c++/13927 (duplicated error message on bad redeclaration of anon union) | Giovanni Bajo | 1 | -0/+1 |
2004-02-04 | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-31 | class.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-21 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -6/+6 |
2003-12-08 | Give the anonymous namespace a null DECL_NAME. | Jason Merrill | 1 | -1/+1 |
2003-10-08 | cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS. | Giovanni Bajo | 1 | -2/+2 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -1/+1 |