Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-07-20 | re PR c++/16623 (g++ ICE in tsubst_decl:6081) | Mark Mitchell | 1 | -2/+1 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -97/+40 |
2004-07-19 | vec.h: Propagate location information properly. | Nathan Sidwell | 1 | -12/+12 |
2004-07-17 | class.c (finish_struct_methods): Remove unncessary code. | Mark Mitchell | 1 | -19/+23 |
2004-07-16 | vec.h (VEC_address): New function. | Mark Mitchell | 1 | -42/+58 |
2004-07-14 | cp-tree.h (IDENTIFIER_VALUE): Remove. | Mark Mitchell | 1 | -212/+17 |
2004-07-13 | cp-tree.h (lang_identifier): Remove class_value. | Mark Mitchell | 1 | -85/+26 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -13/+27 |
2004-07-11 | cp-tree.h (saved_scope): Make old_bindings a vector. | Mark Mitchell | 1 | -40/+0 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -27/+27 |