Age | Commit message (Expand) | Author | Files | Lines |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -39/+41 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -44/+38 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -5/+5 |
2004-08-16 | call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -26/+26 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -9/+6 |
2004-08-12 | re PR c++/16853 (pointer-to-member initialization from incompatible one accep... | Mark Mitchell | 1 | -0/+2 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -1/+1 |
2004-08-02 | re PR c++/16338 (ICE when throwing a compound literal) | Mark Mitchell | 1 | -1/+5 |
2004-08-01 | call.c (z_candidate::template_decl): Rename from template. | Gabriel Dos Reis | 1 | -7/+8 |
2004-07-18 | re PR tree-optimization/16115 (double-destruction problem with argument passi... | Jason Merrill | 1 | -1/+5 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -13/+14 |
2004-07-12 | call.c (build_operator_new_call): Avoid using push_to_top_level. | Mark Mitchell | 1 | -5/+11 |
2004-07-07 | re PR c++/16334 (No warning about use of overloading extension) | Jason Merrill | 1 | -0/+8 |
2004-07-05 | re PR c++/2518 (user-declared operator new hides standard one) | Giovanni Bajo | 1 | -0/+3 |
2004-07-05 | c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1. | Nathan Sidwell | 1 | -1/+1 |
2004-06-30 | call.c (build_over_call), [...]): Call check_function_arguments instead of ch... | Joseph Myers | 1 | -3/+2 |
2004-06-30 | c-common.h (check_function_format): Remove first parameter. | Joseph Myers | 1 | -1/+1 |
2004-06-30 | call.c (build_over_call): Use __builtin_memcpy for copying CLASS_AS_BASE rath... | Richard Henderson | 1 | -22/+19 |
2004-06-28 | re PR c++/16174 (deducing top-level consts) | Nathan Sidwell | 1 | -22/+23 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -1/+1 |
2004-06-24 | c-common.c (expand_unordered_cmp): Delete. | Roger Sayle | 1 | -19/+5 |
2004-06-22 | tree.def (VTABLE_REF): Remove. | Richard Henderson | 1 | -1/+1 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -4/+3 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -20/+19 |
2004-06-01 | re PR c++/15142 (Internal compiler error when passing a string where a char* ... | Jason Merrill | 1 | -8/+11 |
2004-06-01 | revert accidental checkin | Jason Merrill | 1 | -6/+4 |
2004-06-01 | re PR c++/13092 (Accepts invalid pointer-to-member conversion) | Kriang Lerdsuwanakij | 1 | -4/+6 |
2004-05-31 | re PR c++/15742 ('noreturn' attribute ignored in method of template functions.) | Mark Mitchell | 1 | -0/+2 |
2004-05-31 | call.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -12/+8 |
2004-05-05 | re PR target/14899 (wrong code due to change in compatibility rules for vecto... | Paolo Bonzini | 1 | -4/+2 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -1/+1 |
2004-03-20 | call.c (build_op_delete_call): Do not forget the placement arguments when ite... | Mark Mitchell | 1 | -5/+5 |
2004-03-19 | semantics.c (finish_pseudo_destructor_expr): Allow differing cv-qualification... | Mark Mitchell | 1 | -8/+2 |
2004-03-19 | c-common.c (pointer_int_sum): Do not complain about using pointers to pointer... | Mark Mitchell | 1 | -3/+9 |
2004-03-16 | re PR c++/14586 (Bogus warning in templates about taking address of a tempora... | Mark Mitchell | 1 | -2/+7 |
2004-03-11 | * call.c, cp-tree.h, pt.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-03-09 | re PR c++/14397 (Access check for wrong copy constructor) | Nathan Sidwell | 1 | -3/+4 |
2004-03-09 | * call.c (initialize_reference): Fix typo. | Mark Mitchell | 1 | -1/+1 |
2004-03-09 | re PR c++/14230 (ICE in cp_expr_size) | Mark Mitchell | 1 | -0/+10 |
2004-02-29 | passes.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-02-16 | re PR c++/13971 (ICE when compiling koffice-cvs (in build_conditional_expr, a... | Mark Mitchell | 1 | -16/+29 |
2004-02-13 | re PR c++/14083 (ICE in conditional expression operator with throw) | Mark Mitchell | 1 | -4/+14 |
2004-02-13 | call.c (conversion_kind): New type. | Mark Mitchell | 1 | -556/+842 |
2004-02-09 | * call.c, parser.c, tree.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-02-05 | utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr... | Kazu Hirata | 1 | -2/+2 |
2004-02-05 | re PR c++/13932 (duplicate warning message for conversion) | Mark Mitchell | 1 | -1/+1 |
2004-02-02 | re PR c++/13113 (Nice warning about &(X::m) lost) | Mark Mitchell | 1 | -9/+13 |
2004-01-30 | re PR c++/13683 (bogus warning about passing non-PODs through ellipsis) | Giovanni Bajo | 1 | -5/+9 |
2004-01-26 | re PR c++/13833 (Conversion problem in template function) | Mark Mitchell | 1 | -0/+15 |