Age | Commit message (Expand) | Author | Files | Lines |
2006-03-24 | invoke.texi: Document -femit-class-debug-always | Carlos O'Donell | 1 | -0/+4 |
2006-01-29 | call.c (alloc_conversion): Use cast when converting from void *. | Gabriel Dos Reis | 1 | -3/+3 |
2006-01-18 | search.c (lookup_conversions_r): Fix a pasto. | Jakub Jelinek | 1 | -1/+1 |
2005-10-20 | re PR c++/22618 (Template non-type arguments break class access protection) | Mark Mitchell | 1 | -2/+6 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -11/+10 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -25/+25 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -106/+106 |
2005-06-08 | re PR c++/19497 (Invalid declaration in template diagnosed too late) | Nathan Sidwell | 1 | -3/+2 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -8/+8 |
2005-02-14 | re PR c++/19891 (Covariant returns are broken) | Nathan Sidwell | 1 | -0/+6 |
2005-02-09 | re PR c++/19733 (ICE on invalid destructor call) | Mark Mitchell | 1 | -0/+6 |
2005-01-06 | re PR c++/17154 (Using declaration of function name ignored inside partial sp... | Kriang Lerdsuwanakij | 1 | -8/+5 |
2004-11-24 | cp-tree.h (context_as_string): Remove extern. | Ben Elliston | 1 | -1/+1 |
2004-11-16 | stack.h: Remove. | Steven Bosscher | 1 | -1/+0 |
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 | -4/+4 |
2004-11-01 | re PR c++/18064 (gcc accepts different pointer types as covariant return types) | Nathan Sidwell | 1 | -0/+6 |
2004-10-27 | name-lookup.c (do_namespace_alias): Use FROB_CONTEXT. | Mark Mitchell | 1 | -1/+1 |
2004-10-27 | re PR c++/18093 (bogus conflict in namespace aliasing) | Mark Mitchell | 1 | -32/+45 |
2004-10-18 | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call. | Nathan Sidwell | 1 | -38/+35 |
2004-10-13 | * search.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-10-12 | class.c (dfs_modify_vtables): Simplify condition. | Nathan Sidwell | 1 | -3/+16 |
2004-10-12 | search.c (struct lookup_base_data_s): New. | Nathan Sidwell | 1 | -79/+93 |
2004-10-12 | * search.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-10-11 | cp-tree.h (get_dynamic_cast_base_type): Rename to ... | Nathan Sidwell | 1 | -98/+167 |
2004-10-11 | cp-tree.h (SAME_BINFO_TYPE_P): New. | Nathan Sidwell | 1 | -8/+9 |
2004-10-10 | Convert diagnostics to use quoting flag q 7/n | Gabriel Dos Reis | 1 | -10/+10 |
2004-10-08 | * pt.c, search.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-10-08 | cp-tree.h (dfs_walk, [...]): Remove. | Nathan Sidwell | 1 | -174/+214 |
2004-10-07 | cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag. | Mark Mitchell | 1 | -0/+16 |
2004-09-27 | re PR c++/17585 (usage of unqualified name of static member from within class... | Mark Mitchell | 1 | -2/+1 |
2004-09-27 | class.c (struct count_depth_data): Remove. | Nathan Sidwell | 1 | -61/+0 |
2004-09-24 | re PR c++/16889 (ambiguity is not detected) | Nathan Sidwell | 1 | -101/+15 |
2004-09-16 | * search.c: Follow spelling conventions. | Kazu Hirata | 1 | -6/+6 |
2004-09-16 | cp-tree.h (struct lang_type_class): Make pure_virtuals a VEC(tree). | Nathan Sidwell | 1 | -7/+3 |
2004-09-15 | * search.c (get_pure_virtuals): Remove unused variables. | Nathan Sidwell | 1 | -4/+0 |
2004-09-15 | cp-tree.h (struct lang_decl_flags): Remove needs_final_overrider. | Nathan Sidwell | 1 | -14/+0 |
2004-09-10 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-08-30 | name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -1/+1 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -16/+15 |
2004-08-27 | tree.h (size_int_type): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+1 |
2004-08-25 | flags.h (enum debug_info_type): Remove DWARF_DEBUG. | Zack Weinberg | 1 | -9/+1 |
2004-08-24 | re PR c++/16889 (ambiguity is not detected) | Nathan Sidwell | 1 | -3/+25 |
2004-08-24 | re PR c++/16706 (ICE in finish_member_declaration, at cp/semantics.c:2126) | Kriang Lerdsuwanakij | 1 | -2/+18 |
2004-08-24 | re PR c++/17163 (ICE with -frepo and static class variables) | Mark Mitchell | 1 | -1/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -2/+1 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -4/+5 |
2004-07-23 | cp: * search.c (lookup_conversion_operator): Avoid two loops. | Nathan Sidwell | 1 | -83/+317 |