Age | Commit message (Expand) | Author | Files | Lines |
2005-04-01 | call.c (add_template_candidates_real): Remove length parameter from fn_type_u... | Nathan Sidwell | 1 | -1/+1 |
2005-03-24 | typeck.c (comptypes): First determine if the types are compatible from a targ... | Steven Bosscher | 1 | -10/+10 |
2005-03-07 | class.c (finish_struct_1): Do not warn about non-virtual destructors in Java ... | Mark Mitchell | 1 | -1/+3 |
2005-03-01 | re PR c++/20232 (ICE with covariancy) | Nathan Sidwell | 1 | -6/+10 |
2005-02-24 | call.c, [...]: Fix comment typo(s). | Volker Reichelt | 1 | -4/+4 |
2005-02-17 | re PR c++/20028 (class and then template class gives an ICE) | Alexandre Oliva | 1 | -0/+1 |
2005-02-15 | re PR c++/17788 (poor diagnostic for missing reference initializer) | Alexandre Oliva | 1 | -51/+16 |
2005-02-14 | re PR c++/19891 (Covariant returns are broken) | Nathan Sidwell | 1 | -21/+69 |
2005-02-09 | re PR c++/19733 (ICE on invalid destructor call) | Mark Mitchell | 1 | -75/+85 |
2005-01-25 | class.c (abort_fndecl_addr): New variable. | Andrew Pinski | 1 | -8/+19 |
2005-01-17 | class.c (get_enclosing_class): Remove. | Kazu Hirata | 1 | -29/+0 |
2005-01-06 | Update copyright dateas | Mark Mitchell | 1 | -1/+1 |
2005-01-06 | re PR c++/19244 (Typedef of anonymous class incorrectly handled in member fun... | Mark Mitchell | 1 | -11/+5 |
2004-12-31 | re PR middle-end/17799 (Non-optimizing compile loses 'this') | Richard Henderson | 1 | -21/+21 |
2004-12-20 | cp-tree.h (note_decl_for_pch): New function. | Mark Mitchell | 1 | -0/+2 |
2004-12-17 | re PR c++/17821 (Poor diagnostic for using . instead of ->) | Nathan Sidwell | 1 | -5/+7 |
2004-12-16 | re PR c++/18905 (Strange error: subscripted value is neither array nor pointer) | Nathan Sidwell | 1 | -4/+1 |
2004-12-13 | re PR c++/18968 (ICE: tree check: expected ssa_name, have addr_expr in vrp_hash) | Andrew Pinski | 1 | -2/+5 |
2004-12-14 | re PR target/18925 (Invalid gprel relocation in PIC) | Mark Mitchell | 1 | -1/+7 |
2004-12-08 | re PR c++/18803 (rejects access to operator() in template) | Nathan Sidwell | 1 | -3/+0 |
2004-11-26 | Friend class name lookup 4/n | Kriang Lerdsuwanakij | 1 | -2/+0 |
2004-11-25 | re PR c++/18001 (Badly formatted error message (quotation problem)) | Mark Mitchell | 1 | -11/+15 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -1/+1 |
2004-11-08 | class.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-11-01 | Convert diagnostics to use quoting flag q 9/n | Gabriel Dos Reis | 1 | -6/+7 |
2004-10-21 | re PR c++/18073 (mmintrin.h rejected by C++ frontend) | Mark Mitchell | 1 | -7/+20 |
2004-10-18 | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call. | Nathan Sidwell | 1 | -4/+8 |
2004-10-12 | class.c (dfs_modify_vtables): Simplify condition. | Nathan Sidwell | 1 | -30/+34 |
2004-10-11 | cp-tree.h (SAME_BINFO_TYPE_P): New. | Nathan Sidwell | 1 | -21/+22 |
2004-10-08 | cp-tree.h (dfs_walk, [...]): Remove. | Nathan Sidwell | 1 | -76/+45 |
2004-10-07 | cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag. | Mark Mitchell | 1 | -14/+2 |
2004-10-04 | Convert diagnostics to use quoting flag q 2/n | Gabriel Dos Reis | 1 | -72/+75 |
2004-09-29 | re PR middle-end/17525 (ICE in emit_move_insn (non-BLKmode arg)) | Jason Merrill | 1 | -0/+1 |
2004-09-28 | class.c (VTT_TOP_LEVEL_P, [...]): Remove. | Nathan Sidwell | 1 | -98/+67 |
2004-09-27 | class.c (struct count_depth_data): Remove. | Nathan Sidwell | 1 | -36/+5 |
2004-09-21 | cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field. | Nathan Sidwell | 1 | -23/+8 |
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 | -2/+2 |
2004-09-16 | class.c (copy_virtuals): Remove. | Nathan Sidwell | 1 | -19/+5 |
2004-09-16 | cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree). | Nathan Sidwell | 1 | -10/+9 |
2004-09-15 | cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider. | Nathan Sidwell | 1 | -3/+3 |
2004-09-10 | re PR c++/17386 (libstdc++ iostreams miscompilation) | Richard Henderson | 1 | -24/+33 |
2004-09-10 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-09-01 | target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA. | Mark Mitchell | 1 | -0/+1 |
2004-08-31 | hooks.c (hook_bool_void_true): New function. | Mark Mitchell | 1 | -8/+24 |
2004-08-30 | cp-tree.h (initialize_artificial_var): Declare. | Mark Mitchell | 1 | -14/+3 |
2004-08-30 | class.c (build_base_path): Use build_address directly. | Richard Henderson | 1 | -1/+1 |
2004-08-30 | fold-const.c (tree_expr_nonzero_p): Use get_base_address before assuming an A... | Richard Henderson | 1 | -2/+10 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -21/+13 |
2004-08-30 | tree.h (BINFO_PRIMARY_BASE_OF): Remove. | Nathan Sidwell | 1 | -171/+129 |