aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-12call.c (convert_like_real): Add extra semantics to INNER parameter.Nathan Sidwell1-3/+6
2001-03-02call.c (joust): cp_pedwarn when using gnu extension concerning worst conversi...Nathan Sidwell1-3/+15
2001-02-26call.c (joust): Ensure more_specialized()'s argument length parameter has cor...Jeffrey Oldham1-3/+7
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-19/+19
2001-02-17* call.c (check_dtor_name): Handle template names correctly.Mark Mitchell1-0/+9
2001-02-17improve commentJason Merrill1-1/+6
2001-02-16cp-tree.h (DECL_USE_VTT_PARM): Remove.Jason Merrill1-4/+4
2001-02-16call.c (convert_like_real): Create a temporary for non-lvalue.Jakub Jelinek1-1/+1
2001-02-14cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.Mark Mitchell1-33/+31
2001-02-12Remove old ABI support.Mark Mitchell1-19/+4
2001-02-02cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.Jakub Jelinek1-3/+3
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-24missed inNathan Sidwell1-7/+21
2001-01-23call.c (build_conv): Typo in comment.Nathan Sidwell1-30/+73
2001-01-22cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.Nathan Sidwell1-0/+1
2001-01-17typeck.c (build_function_call_real): Call fold on the CALL_EXPR.Kriang Lerdsuwanakij1-1/+3
2001-01-11call.c (convert_default_arg): Check for unprocessed DEFAULT_ARG.Nathan Sidwell1-0/+20
2001-01-10call.c (build_new_method_call): Use binfo_for_vbase.Nathan Sidwell1-3/+6
2001-01-04call.c (build_conv): Don't use build1 for USER_CONV.Mark Mitchell1-1/+9
2001-01-02typeck.c (strip_all_pointer_quals): Also strip quals from pointer-to-member t...Jason Merrill1-4/+13
2000-12-22call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not DECL_STATIC_FUNCTIO...Jason Merrill1-1/+2
2000-12-22In partial ordering for a call, ignore parms for which we don't have a real a...Jason Merrill1-11/+10
2000-12-21pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill1-18/+24
2000-12-15call.c (build_op_delete_call): See through ARRAY_TYPEs.Jason Merrill1-6/+8
2000-12-09error.c (dump_function_name): Don't let the user see __comp_ctor.Jason Merrill1-62/+94
2000-12-07cp-tree.h (sufficient_parms_p): Declare new function.Nathan Sidwell1-14/+19
2000-12-01call.c (standard_conversion): Reject pointer to member conversions from ambig...Nathan Sidwell1-5/+7
2000-11-30call.c (build_over_call): Use VOID_TYPE_P.Nathan Sidwell1-1/+3
2000-11-16* call.c (op_error): Make error messages clearer.Nathan Sidwell1-6/+6
2000-11-01Constant folding for builtinsBernd Schmidt1-1/+1
2000-10-23* call.c (equal_functions): Also call decls_match for extern "C" fns.Jason Merrill1-2/+4
2000-10-23call.c (standard_conversion): Use RVALUE_CONVs for all expressions that satis...Mark Mitchell1-1/+1