Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-10-17 | mangle.c (write_expression): Correct handling of enumeration constants. | Mark Mitchell | 1 | -3/+13 |
2002-10-15 | decl.c (reshape_init): Fix typo. | Mark Mitchell | 1 | -17/+115 |
2002-10-04 | re PR c++/8006 (ice in mangle_conv_op_name_for_type boost regression) | Mark Mitchell | 1 | -35/+72 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -10/+10 |
2002-09-14 | error.c: Fix comment formatting. | Kazu Hirata | 1 | -9/+9 |
2002-07-25 | error.c (print_whitespace): Remove. | Neil Booth | 1 | -9/+0 |
2002-07-02 | re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof) | Mark Mitchell | 1 | -0/+7 |
2002-06-21 | mangle.c (integer_type_codes): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-06-18 | C++ ABI changes. | Jason Merrill | 1 | -1/+10 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -2/+2 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-04-25 | mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ... | Mark Mitchell | 1 | -8/+13 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -1/+1 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -1/+2 |
2002-03-20 | re PR c++/4361 (bogus ambiguity taking the address of a member template) | Nathan Sidwell | 1 | -4/+41 |
2002-03-18 | re PR c++/4377 (more errors with multiple non-type template parameters) | Jason Merrill | 1 | -9/+10 |
2002-03-13 | Fix last commit. | Richard Sandiford | 1 | -2/+5 |
2002-03-13 | mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a... | Richard Sandiford | 1 | -5/+10 |
2002-02-19 | ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE. | Jason Merrill | 1 | -18/+12 |
2002-02-01 | fix typo | Jason Merrill | 1 | -1/+1 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -13/+13 |
2002-01-08 | mangle.c (MANGLE_TRACE): Add parenthesis. | Graham Stott | 1 | -5/+5 |
2001-11-22 | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 1 | -2/+2 |
2001-11-18 | mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E... | Kriang Lerdsuwanakij | 1 | -5/+19 |