Age | Commit message (Expand) | Author | Files | Lines |
2002-10-15 | call.c (call_builtin_trap): New fn. | Jason Merrill | 1 | -4/+22 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -12/+12 |
2002-09-15 | re PR c++/7919 (using declarations screw this pointer) | Nathan Sidwell | 1 | -1/+11 |
2002-09-13 | cp-tree.h, tree.c: New function non_cast_lvalue_p. | Matt Austern | 1 | -1/+1 |
2002-09-13 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -13/+13 |
2002-09-04 | typeck2.c (add_exception_specifier): Only pedwarn for an incomplete type. | Jason Merrill | 1 | -1/+4 |
2002-08-09 | call.c (standard_conversion): Use build_ptrmem_type. | Mark Mitchell | 1 | -2/+1 |
2002-08-09 | call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | Mike Stump | 1 | -2/+2 |
2002-08-08 | Rework build_component_ref. | Mark Mitchell | 1 | -12/+11 |
2002-08-02 | Fix typo | Mark Mitchell | 1 | -1/+1 |
2002-08-02 | call.c (build_method_call): Issue a more helpful error message about ambiguou... | Mark Mitchell | 1 | -3/+9 |
2002-08-02 | langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro. | Jason Merrill | 1 | -30/+9 |
2002-08-01 | call.c (build_field_call): Do not look up the field by name. | Mark Mitchell | 1 | -240/+387 |
2002-07-26 | function.c (assign_parms): Handle frontend-directed pass by invisible reference. | Jason Merrill | 1 | -8/+50 |
2002-07-01 | tree.h: Modify builtin_function interface to take an extra argument ATTRS... | Roger Sayle | 1 | -1/+1 |
2002-06-25 | call.c (build_op_delete_call): Use BASELINK_FUNCTIONS. | Mark Mitchell | 1 | -1/+1 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -10/+10 |
2002-05-20 | call.c (any_strictly_viable): New. | Alexandre Oliva | 1 | -1/+31 |
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 |