aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-1/+1
2002-03-27re PR c++/4884 (g++ 3.0.2 problem with -fvolatile)Mark Mitchell1-6/+13
2002-03-18PR c++/4222, c++/5995Jason Merrill1-1/+2
2002-03-17fix commentJason Merrill1-2/+1
2002-03-16re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell1-48/+36
2002-03-14call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.Jakub Jelinek1-0/+1
2002-03-11Revert 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>, It is incorrect.Nathan Sidwell1-4/+2
2002-02-07Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell1-3/+3
2002-02-01re PR c++/4872 (missed warning (no return) -- regression from 2.95)Jason Merrill1-0/+3
2002-01-23call.c, [...]: Change my_fancy_abort() to abort().Craig Rodrigues1-9/+9
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-1/+4
2002-01-08call.c (convert_like): Add parenthesis and wrap.Graham Stott1-4/+6
2002-01-02PR c++/5116, c++/764 reversionNathan Sidwell1-10/+0
2002-01-02PR c++/5116, c++/764Nathan Sidwell1-8/+17
2001-12-29call.c (build_user_type_conversion_1): Use my_friendly_assert rather than if ...Nathan Sidwell1-8/+7
2001-12-18call.c (build_new_method_call): Use '%#V'.Nathan Sidwell1-3/+3
2001-12-18gcc.pot: Regenerate.Joseph Myers1-3/+3
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi...Zack Weinberg1-58/+58
2001-12-16ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-12decl.c (store_parm_decls): Remove parms_have_cleanups cruft.Jason Merrill1-2/+1
2001-12-09re PR c++/87 (member template assignment operator)Nathan Sidwell1-1/+1
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-11-29re PR c++/3471 (gcc 3.01 reports error about a private copy constructor that ...Mark Mitchell1-1/+1
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-2/+2
2001-11-26* call.c (joust): Remove COND_EXPR hack.Jason Merrill1-21/+1
2001-11-25re PR c++/3145 (virtual inheritance still creates wrong code)Nathan Sidwell1-8/+16
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-4/+4
2001-11-20re PR c++/3637 (Internal compiler error in finish_member_declaration)Mark Mitchell1-24/+27
2001-11-15parse.y: Add ...Jason Merrill1-1/+9
2001-10-09call.c (standard_conversion): Add bad conversion between integers and pointers.Jason Merrill1-31/+30
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers1-3/+3
2001-09-21tree.def (FDESC_EXPR): New.Richard Henderson1-1/+1
2001-09-04re PR c++/4203 (empty base class optimization zeroes first byte of other base...Nathan Sidwell1-3/+3
2001-08-14class.c, cp-tree.h (build_vfn_ref): Remove.Richard Henderson1-1/+1
2001-08-13call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assig...Mark Mitchell1-0/+9
2001-08-07re PR c++/3820 (GCC 3.0 crashes with empty base class)Nathan Sidwell1-20/+15
2001-07-26re PR c++/3624 (Internal error: Segmentation fault)Nathan Sidwell1-15/+22
2001-07-25call.c (joust): Only prefer a non-builtin candidate to a builtin one if...Jason Merrill1-21/+26
2001-07-25re PR c++/3416 (gcc-3.0 Internal compiler error in arg_assoc, at cp/decl2.c:4...Nathan Sidwell1-0/+3
2001-07-21tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell1-1/+1
2001-07-10regmove.c (replace_in_call_usage): Fix warnings.Jan van Male1-4/+4
2001-06-10Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis1-1/+1
2001-06-06call.c (convert_default_arg): Use INTEGRAL_TYPE_P.John David Anglin1-4/+2
2001-06-05call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and ICS_BAD_FLAG on ...Nathan Sidwell1-5/+11
2001-05-22call.c (build_op_delete_call): Ignore exception-specifications when looking f...Mark Mitchell1-14/+41
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-5/+5
2001-05-01call.c (build_new_op): Convert args from reference here.Nathan Sidwell1-5/+6
2001-04-20call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and ICS_BAD_FLAG.Jakub Jelinek1-1/+4
2001-04-10tweak commentsJason Merrill1-0/+5
2001-03-23[multiple changes]Bryce McKinlay1-1/+71