Age | Commit message (Expand) | Author | Files | Lines |
2002-04-19 | builtins.c: Include langhooks.h. | Neil Booth | 1 | -11/+14 |
2002-04-18 | c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | Neil Booth | 1 | -1/+1 |
2002-04-13 | re PR c++/5189 (g++ -c bug.cpp crashed on simple stupid file) | Mark Mitchell | 1 | -0/+30 |
2002-04-06 | re PR c++/525 (Problem with Multiple Inheritance and -pedantic) | Jason Merrill | 1 | -18/+1 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -1/+1 |
2002-03-27 | re PR c++/4884 (g++ 3.0.2 problem with -fvolatile) | Mark Mitchell | 1 | -6/+13 |
2002-03-18 | PR c++/4222, c++/5995 | Jason Merrill | 1 | -1/+2 |
2002-03-17 | fix comment | Jason Merrill | 1 | -2/+1 |
2002-03-16 | re PR c++/4361 (bogus ambiguity taking the address of a member template) | Nathan Sidwell | 1 | -48/+36 |
2002-03-14 | call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too. | Jakub Jelinek | 1 | -0/+1 |
2002-03-11 | Revert 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>, It is incorrect. | Nathan Sidwell | 1 | -4/+2 |
2002-02-07 | Rename instantiate_type_flags to tsubst_flags_t & expand use. | Nathan Sidwell | 1 | -3/+3 |
2002-02-01 | re PR c++/4872 (missed warning (no return) -- regression from 2.95) | Jason Merrill | 1 | -0/+3 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -9/+9 |
2002-01-10 | Added __attribute__((deprecated)) patches. | Ira Ruben | 1 | -1/+4 |
2002-01-08 | call.c (convert_like): Add parenthesis and wrap. | Graham Stott | 1 | -4/+6 |
2002-01-02 | PR c++/5116, c++/764 reversion | Nathan Sidwell | 1 | -10/+0 |
2002-01-02 | PR c++/5116, c++/764 | Nathan Sidwell | 1 | -8/+17 |
2001-12-29 | call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ... | Nathan Sidwell | 1 | -8/+7 |
2001-12-18 | call.c (build_new_method_call): Use '%#V'. | Nathan Sidwell | 1 | -3/+3 |
2001-12-18 | gcc.pot: Regenerate. | Joseph Myers | 1 | -3/+3 |
2001-12-18 | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 1 | -58/+58 |
2001-12-16 | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-12-12 | decl.c (store_parm_decls): Remove parms_have_cleanups cruft. | Jason Merrill | 1 | -2/+1 |
2001-12-09 | re PR c++/87 (member template assignment operator) | Nathan Sidwell | 1 | -1/+1 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -1/+1 |
2001-11-29 | re PR c++/3471 (gcc 3.01 reports error about a private copy constructor that ... | Mark Mitchell | 1 | -1/+1 |
2001-11-29 | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base. | Nathan Sidwell | 1 | -2/+2 |
2001-11-26 | * call.c (joust): Remove COND_EXPR hack. | Jason Merrill | 1 | -21/+1 |
2001-11-25 | re PR c++/3145 (virtual inheritance still creates wrong code) | Nathan Sidwell | 1 | -8/+16 |
2001-11-22 | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 1 | -4/+4 |
2001-11-20 | re PR c++/3637 (Internal compiler error in finish_member_declaration) | Mark Mitchell | 1 | -24/+27 |
2001-11-15 | parse.y: Add ... | Jason Merrill | 1 | -1/+9 |
2001-10-09 | call.c (standard_conversion): Add bad conversion between integers and pointers. | Jason Merrill | 1 | -31/+30 |
2001-10-02 | c-common.c (c_format_attribute_table): Make format and format_arg attributes ... | Joseph Myers | 1 | -3/+3 |
2001-09-21 | tree.def (FDESC_EXPR): New. | Richard Henderson | 1 | -1/+1 |
2001-09-04 | re PR c++/4203 (empty base class optimization zeroes first byte of other base... | Nathan Sidwell | 1 | -3/+3 |
2001-08-14 | class.c, cp-tree.h (build_vfn_ref): Remove. | Richard Henderson | 1 | -1/+1 |
2001-08-13 | call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assig... | Mark Mitchell | 1 | -0/+9 |
2001-08-07 | re PR c++/3820 (GCC 3.0 crashes with empty base class) | Nathan Sidwell | 1 | -20/+15 |
2001-07-26 | re PR c++/3624 (Internal error: Segmentation fault) | Nathan Sidwell | 1 | -15/+22 |
2001-07-25 | call.c (joust): Only prefer a non-builtin candidate to a builtin one if... | Jason Merrill | 1 | -21/+26 |
2001-07-25 | re PR c++/3416 (gcc-3.0 Internal compiler error in arg_assoc, at cp/decl2.c:4... | Nathan Sidwell | 1 | -0/+3 |
2001-07-21 | tm.texi: Remove DEFAULT_VTABLE_THUNKS. | Nathan Sidwell | 1 | -1/+1 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 1 | -4/+4 |
2001-06-10 | Makefile.in (c-parse.o): Depend on diagnostic.h | Gabriel Dos Reis | 1 | -1/+1 |
2001-06-06 | call.c (convert_default_arg): Use INTEGRAL_TYPE_P. | John David Anglin | 1 | -4/+2 |
2001-06-05 | call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and ICS_BAD_FLAG on ... | Nathan Sidwell | 1 | -5/+11 |
2001-05-22 | call.c (build_op_delete_call): Ignore exception-specifications when looking f... | Mark Mitchell | 1 | -14/+41 |
2001-05-02 | call.c: NULL_PTR -> NULL. | Kaveh R. Ghazi | 1 | -5/+5 |