Age | Commit message (Expand) | Author | Files | Lines |
2005-06-28 | target.h (invalid_conversion, [...]): New hooks. | Joseph Myers | 1 | -0/+9 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -66/+66 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -41/+41 |
2005-06-10 | re PR c++/10611 (operations on vector mode not recognized in C++) | Aldy Hernandez | 1 | -0/+1 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -9/+9 |
2005-02-09 | re PR c++/19733 (ICE on invalid destructor call) | Mark Mitchell | 1 | -0/+5 |
2005-01-18 | Make-lang.in, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-17 | cvt.c (convert_lvalue): Remove. | Kazu Hirata | 1 | -13/+0 |
2004-12-30 | re PR c++/19190 (warning "value computed is not used" emitted too often) | Mark Mitchell | 1 | -2/+5 |
2004-12-23 | * cvt.c (convert_to_void): Fix typo in comment. | Mark Mitchell | 1 | -1/+1 |
2004-12-22 | re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ... | Mark Mitchell | 1 | -3/+37 |
2004-12-16 | re PR c++/18905 (Strange error: subscripted value is neither array nor pointer) | Nathan Sidwell | 1 | -5/+2 |
2004-12-08 | re PR c++/18803 (rejects access to operator() in template) | Nathan Sidwell | 1 | -6/+15 |
2004-11-04 | DR 49, 100 | Giovanni Bajo | 1 | -3/+6 |
2004-11-01 | Convert diagnostics to use quoting flag q 8/n | Gabriel Dos Reis | 1 | -41/+45 |
2004-10-21 | re PR c++/18073 (mmintrin.h rejected by C++ frontend) | Mark Mitchell | 1 | -6/+7 |
2004-10-19 | call.c (struct conversion): Add base_p. | Mark Mitchell | 1 | -22/+3 |
2004-10-18 | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call. | Nathan Sidwell | 1 | -2/+2 |
2004-09-28 | re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const... | Mark Mitchell | 1 | -11/+12 |
2004-09-23 | 004-09-23 Andrew Pinski <pinskia@physics.uc.edu> | Andrew Pinski | 1 | -0/+2 |
2004-09-23 | PR c++/9844, PR c++/13989 | Fariborz Jahanian | 1 | -1/+14 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -13/+14 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -2/+2 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -2/+2 |
2004-08-16 | call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -4/+4 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -8/+8 |
2004-08-05 | tree.h (force_fit_type): Return a tree, take three flags. | Nathan Sidwell | 1 | -1/+3 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -1/+1 |
2004-05-31 | re PR c++/15742 ('noreturn' attribute ignored in method of template functions.) | Mark Mitchell | 1 | -0/+2 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+3 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -2/+2 |
2004-02-23 | re PR c++/14250 (switch() does not seem to see operator int() in template class) | Giovanni Bajo | 1 | -2/+3 |
2004-02-18 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-13 | call.c (conversion_kind): New type. | Mark Mitchell | 1 | -7/+0 |
2003-12-21 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-12-19 | tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o... | Jason Merrill | 1 | -1/+2 |
2003-12-19 | cvt.c: Remove uses of "register" specifier in declarations of arguments and l... | Kazu Hirata | 1 | -10/+10 |
2003-11-10 | * cvt.c (convert_to_void): Use void_zero_node after overload failure. | Richard Henderson | 1 | -0/+1 |
2003-10-21 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2003-10-12 | c-common.c (c_common_truthvalue_conversion): Warn if the address of a non-wea... | Steven Bosscher | 1 | -14/+2 |
2003-09-05 | re PR c++/12037 (Spurious "statement has no effect" in templates) | Nathan Sidwell | 1 | -2/+0 |
2003-08-16 | re PR c++/11512 (Spurious warning for comma-operator in templates) | Nathan Sidwell | 1 | -10/+11 |
2003-07-22 | fold-const.c (force_fit_type): Handle OFFSET_TYPE. | Mark Mitchell | 1 | -70/+68 |
2003-07-08 | cp-tree.h (build_scoped_method_call): Remove. | Mark Mitchell | 1 | -6/+2 |
2003-07-06 | re PR c++/11431 (static_cast behavior with subclasses when default constructo... | Mark Mitchell | 1 | -6/+3 |
2003-07-05 | call.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-04 | call.c (build_addr_func): Handle bound pointers-to-members. | Mark Mitchell | 1 | -24/+30 |
2003-07-03 | call.c (build_scoped_method_call): Use convert_to_void. | Mark Mitchell | 1 | -5/+1 |
2003-06-18 | cp-tree.h (COMPARE_RELAXED): Rename to ... | Nathan Sidwell | 1 | -3/+3 |