aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
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
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