Age | Commit message (Expand) | Author | Files | Lines |
2004-09-15 | re PR c++/17324 (Error: symbol `bRKNS0_IT_SD_EE' is already defined) | Mark Mitchell | 1 | -3/+51 |
2004-09-10 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -64/+64 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -6/+4 |
2004-08-25 | * mangle.c (get_identifier_nocopy): Add cast. | Mark Mitchell | 1 | -1/+1 |
2004-08-25 | cp-tree.h (mangle_type): Remove. | Mark Mitchell | 1 | -39/+59 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -3/+3 |
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 | -3/+3 |
2004-07-18 | mangle.c (write_expression): Issue a sorry for zero-operand functional casts. | Mark Mitchell | 1 | -1/+7 |
2004-07-02 | re PR c++/16240 (g++ generates incorrect mangled name) | Mark Mitchell | 1 | -4/+12 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -2/+2 |
2004-03-24 | hooks.c (hook_constcharptr_tree_null): New hook. | Ziemowit Laski | 1 | -0/+13 |
2004-02-26 | re PR c++/14246 (Problems with templates, ice in write_template_arg_literal) | Giovanni Bajo | 1 | -2/+2 |
2004-02-17 | re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v... | Mark Mitchell | 1 | -0/+1 |
2004-01-29 | re PR c++/13883 (Assembler messages: symbol is already defined) | Mark Mitchell | 1 | -3/+14 |
2004-01-21 | Make-lang.in, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-16 | re PR target/13608 (Incorrect code with -O3 -ffast-math) | Jan Hubicka | 1 | -1/+1 |
2003-12-16 | re PR c++/9043 ([ABI] incorrect name mangling for array dimension in template... | Nathan Sidwell | 1 | -1/+14 |
2003-12-16 | re PR c++/13242 ([ABI] Incorrect mangling of template reference parameters) | Nathan Sidwell | 1 | -24/+26 |
2003-12-15 | re PR c++/13241 ([ABI] Incorrect mangling of template arguments) | Nathan Sidwell | 1 | -36/+55 |
2003-12-13 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-11 | mangle.c (conv_type_names): Holds IDENTIFIER_NODEs only. | Nathan Sidwell | 1 | -21/+24 |
2003-12-08 | Give the anonymous namespace a null DECL_NAME. | Jason Merrill | 1 | -0/+2 |
2003-10-22 | re PR c++/11962 (ICE in type_dependent_expression on omitted second operand t... | Mark Mitchell | 1 | -1/+15 |
2003-10-21 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -2/+2 |
2003-09-28 | c-decl.c (finish_function): Convert definition to ISO C90. | Andreas Jaeger | 1 | -2/+2 |
2003-07-16 | cp-tree.def (LOOKUP_EXPR): Remove. | Mark Mitchell | 1 | -2/+0 |
2003-07-09 | fold-const.c (make_range): Do not access operand 1 for a zero-operand operator. | Mark Mitchell | 1 | -0/+13 |
2003-07-08 | cp-tree.h (build_scoped_method_call): Remove. | Mark Mitchell | 1 | -8/+1 |
2003-07-07 | genextract.c: Convert remaining prototypes to ISO C90. | Andreas Jaeger | 1 | -3/+2 |
2003-07-05 | call.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-07-03 | call.c (build_scoped_method_call): Use convert_to_void. | Mark Mitchell | 1 | -14/+5 |
2003-06-30 | mangle.c (write_expression): Exit gracefully when trying to mangle a CALL_EXPR. | Giovanni Bajo | 1 | -0/+4 |
2003-06-28 | * c-format.c (check_format_string, get_constant) | Zack Weinberg | 1 | -1/+1 |
2003-06-24 | call.c (enforce_access): Assert we get a binfo. | Nathan Sidwell | 1 | -0/+1 |
2003-06-23 | mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it. | Jakub Jelinek | 1 | -1/+1 |
2003-06-18 | mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string again. | Mark Mitchell | 1 | -1/+1 |
2003-06-17 | mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string. | Mark Mitchell | 1 | -1/+2 |
2003-06-17 | re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for... | Mark Mitchell | 1 | -40/+37 |
2003-06-17 | mangle.c: Convert to ISO C. | Nathanael Nerode | 1 | -201/+131 |
2003-06-16 | cp-tree.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-06-11 | mangle.c (tm_p.h): Include it. | Mark Mitchell | 1 | -0/+1 |
2003-06-09 | re PR c++/8861 ([ABI] mangling floating point literal in template arg express... | Zack Weinberg | 1 | -23/+69 |
2003-04-03 | Index: testsuite/ChangeLog | Geoffrey Keating | 1 | -1/+2 |
2003-02-20 | re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612) | Mark Mitchell | 1 | -4/+11 |
2003-01-01 | call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -4/+4 |
2002-12-30 | cp-tree.h (THUNK_TARGET): New macro. | Nathan Sidwell | 1 | -11/+11 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -25/+62 |
2002-11-09 | re PR c++/8389 (Access to members of base class & templates) | Kriang Lerdsuwanakij | 1 | -3/+2 |