Age | Commit message (Expand) | Author | Files | Lines |
2004-08-30 | name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -20/+14 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -34/+28 |
2004-08-23 | tree.h (build_distinct_type_copy): New. | Nathan Sidwell | 1 | -1/+1 |
2004-08-17 | re PR c++/16965 (Confusing mismatch in error messages) | Mark Mitchell | 1 | -3/+3 |
2004-08-02 | re PR c++/16707 (ICE with using) | Mark Mitchell | 1 | -9/+11 |
2004-08-02 | re PR c++/16224 (internal compiler error: in write_unscoped_name (template/na... | Mark Mitchell | 1 | -26/+5 |
2004-07-25 | cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. | Gabriel Dos Reis | 1 | -7/+6 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -5/+9 |
2004-07-19 | vec.h: Propagate location information properly. | Nathan Sidwell | 1 | -14/+6 |
2004-07-17 | class.c (finish_struct_methods): Remove unncessary code. | Mark Mitchell | 1 | -6/+1 |
2004-07-15 | name-lookup.c (set_inherited_value_binding_p): Add class_type parameter. | Mark Mitchell | 1 | -15/+7 |
2004-07-14 | cp-tree.h (IDENTIFIER_VALUE): Remove. | Mark Mitchell | 1 | -160/+278 |
2004-07-13 | cp-tree.h (lang_identifier): Remove class_value. | Mark Mitchell | 1 | -87/+22 |
2004-07-12 | * name-lookup.c (push_class_level_binding): Simplify. | Mark Mitchell | 1 | -48/+45 |
2004-07-12 | missed in previous commit | Nathan Sidwell | 1 | -6/+7 |
2004-07-12 | call.c (build_operator_new_call): Avoid using push_to_top_level. | Mark Mitchell | 1 | -30/+39 |
2004-07-11 | cp-tree.h (saved_scope): Make old_bindings a vector. | Mark Mitchell | 1 | -52/+34 |
2004-07-08 | vec.c (vec_p_reserve, [...]): Allocation is signed. | Nathan Sidwell | 1 | -12/+12 |
2004-07-08 | cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va... | Mark Mitchell | 1 | -104/+173 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -2/+3 |
2004-07-03 | re PR c++/3761 (ICE in check_template_shadow, at cp/pt.c:2013, with friend an... | Scott Brumbaugh | 1 | -1/+12 |
2004-07-01 | tree.def (RTL_EXPR): Remove. | Richard Henderson | 1 | -1/+0 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -5/+5 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -1/+1 |
2004-06-20 | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 1 | -3/+9 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -1/+1 |
2004-06-14 | re PR c++/15096 (parse error with templates and pointer to const member) | Mark Mitchell | 1 | -1/+10 |
2004-06-11 | re PR c++/15862 ('enum yn' fails) | Mark Mitchell | 1 | -10/+11 |
2004-05-31 | re PR c++/15742 ('noreturn' attribute ignored in method of template functions.) | Mark Mitchell | 1 | -4/+14 |
2004-05-31 | call.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-05-28 | re PR c++/15083 (spurious "statement has no effect" warning) | Mark Mitchell | 1 | -3/+1 |
2004-05-23 | re PR c++/14821 (Duplicate namespace alias declaration should not conflict) | Mark Mitchell | 1 | -2/+13 |
2004-05-22 | name-lookup.c (check_for_out_of_scope_variable): Avoid ICE by returning when ... | Roger Sayle | 1 | -0/+4 |
2004-05-14 | name-lookup.c (struct scope_binding): New. | Geoffrey Keating | 1 | -43/+45 |
2004-04-22 | * name-lookup.c (anonymous_namespace_name): Make static. | Alan Modra | 1 | -1/+1 |
2004-04-01 | re PR c++/14810 (tree check failures with invalid code involving templates) | Mark Mitchell | 1 | -1/+2 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -3/+3 |
2004-03-20 | call.c (build_op_delete_call): Do not forget the placement arguments when ite... | Mark Mitchell | 1 | -5/+10 |
2004-03-19 | semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification... | Mark Mitchell | 1 | -1/+13 |
2004-03-19 | c-common.c (pointer_int_sum): Do not complain about using pointers to pointer... | Mark Mitchell | 1 | -1/+1 |
2004-03-09 | re PR c++/14432 (Built-ins lead to conflict even if no header file included) | Mark Mitchell | 1 | -7/+14 |
2004-03-09 | re PR c++/14401 (Uninitialized reference error not reported.) | Mark Mitchell | 1 | -27/+2 |
2004-03-08 | re PR debug/14079 (wrong debug info for extern boolean variable in debug mode) | Matt Austern | 1 | -2/+6 |
2004-03-01 | re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0}) | Mark Mitchell | 1 | -4/+19 |
2004-02-23 | re PR c++/14143 (Overeager ADL) | Giovanni Bajo | 1 | -1/+2 |
2004-02-20 | re PR c++/14199 (Unjustified warning about unused variable) | Mark Mitchell | 1 | -1/+1 |
2004-02-20 | re PR c++/14186 (enum in base class conflicts with derived class) | Mark Mitchell | 1 | -3/+7 |
2004-02-16 | re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a... | Mark Mitchell | 1 | -0/+31 |
2004-02-08 | c-common.c (shadow_warning): Delete. | Zack Weinberg | 1 | -10/+19 |
2004-01-27 | Makefile.in (dwarf2out.o): Depend on input.h | Devang Patel | 1 | -4/+68 |