c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.
[platform/upstream/gcc.git] / gcc / cp / call.c
2001-12-02 Neil Boothc-decl.c (duplicate_decls, [...]): Remove leading capit...
2001-11-29 Mark Mitchellre PR c++/3471 (gcc 3.01 reports error about a private...
2001-11-29 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
2001-11-26 Jason Merrill* call.c (joust): Remove COND_EXPR hack.
2001-11-25 Nathan Sidwellre PR c++/3145 (virtual inheritance still creates wrong...
2001-11-22 Bryce McKinlaytree-dump.c: Rename from c-dump.c.
2001-11-20 Mark Mitchellre PR c++/3637 (Internal compiler error in finish_membe...
2001-11-15 Jason Merrillparse.y: Add ...
2001-10-09 Jason Merrillcall.c (standard_conversion): Add bad conversion betwee...
2001-10-02 Joseph Myersc-common.c (c_format_attribute_table): Make format...
2001-09-21 Richard Hendersontree.def (FDESC_EXPR): New.
2001-09-04 Nathan Sidwellre PR c++/4203 (empty base class optimization zeroes...
2001-08-14 Richard Hendersonclass.c, cp-tree.h (build_vfn_ref): Remove.
2001-08-13 Mark Mitchellcall.c (build_over_call): Mark COMPOUND_EXPRs generated...
2001-08-07 Nathan Sidwellre PR c++/3820 (GCC 3.0 crashes with empty base class)
2001-07-26 Nathan Sidwellre PR c++/3624 (Internal error: Segmentation fault)
2001-07-25 Jason Merrillcall.c (joust): Only prefer a non-builtin candidate...
2001-07-25 Nathan Sidwellre PR c++/3416 (gcc-3.0 Internal compiler error in...
2001-07-21 Nathan Sidwelltm.texi: Remove DEFAULT_VTABLE_THUNKS.
2001-07-10 Jan van Maleregmove.c (replace_in_call_usage): Fix warnings.
2001-06-10 Gabriel Dos ReisMakefile.in (c-parse.o): Depend on diagnostic.h
2001-06-06 John David Anglincall.c (convert_default_arg): Use INTEGRAL_TYPE_P.
2001-06-05 Nathan Sidwellcall.c (build_user_type_conversion_1): Set ICS_USER_FLA...
2001-05-22 Mark Mitchellcall.c (build_op_delete_call): Ignore exception-specifi...
2001-05-02 Kaveh R. Ghazicall.c: NULL_PTR -> NULL.
2001-05-01 Nathan Sidwellcall.c (build_new_op): Convert args from reference...
2001-04-20 Jakub Jelinekcall.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG...
2001-04-10 Jason Merrilltweak comments
2001-03-23 Bryce McKinlay[multiple changes]
2001-03-12 Nathan Sidwellcall.c (convert_like_real): Add extra semantics to...
2001-03-02 Nathan Sidwellcall.c (joust): cp_pedwarn when using gnu extension...
2001-02-26 Jeffrey Oldhamcall.c (joust): Ensure more_specialized()'s argument...
2001-02-18 Jason MerrillDo put the VTT parameter in DECL_ARGUMENTS.
2001-02-17 Mark Mitchell* call.c (check_dtor_name): Handle template names corre...
2001-02-17 Jason Merrillimprove comment
2001-02-17 Jason Merrillcp-tree.h (DECL_USE_VTT_PARM): Remove.
2001-02-16 Jakub Jelinekcall.c (convert_like_real): Create a temporary for...
2001-02-14 Mark Mitchellcp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
2001-02-12 Mark MitchellRemove old ABI support.
2001-02-02 Jakub Jelinekcp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
2001-01-28 Kaveh R. Ghaziconfigure.in: Arrange to include defaults.h in [ht...
2001-01-24 Nathan Sidwellmissed in
2001-01-23 Nathan Sidwellcall.c (build_conv): Typo in comment.
2001-01-22 Nathan Sidwellcp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
2001-01-17 Kriang Lerdsuwanakijtypeck.c (build_function_call_real): Call fold on the...
2001-01-11 Nathan Sidwellcall.c (convert_default_arg): Check for unprocessed...
2001-01-10 Nathan Sidwellcall.c (build_new_method_call): Use binfo_for_vbase.
2001-01-04 Mark Mitchellcall.c (build_conv): Don't use build1 for USER_CONV.
2001-01-02 Jason Merrilltypeck.c (strip_all_pointer_quals): Also strip quals...
2000-12-22 Jason Merrillcall.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P...
2000-12-22 Jason MerrillIn partial ordering for a call, ignore parms for which...
2000-12-21 Jason Merrillpt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT...
2000-12-15 Jason Merrillcall.c (build_op_delete_call): See through ARRAY_TYPEs.
2000-12-09 Jason Merrillerror.c (dump_function_name): Don't let the user see...
2000-12-07 Nathan Sidwellcp-tree.h (sufficient_parms_p): Declare new function.
2000-12-01 Nathan Sidwellcall.c (standard_conversion): Reject pointer to member...
2000-11-30 Nathan Sidwellcall.c (build_over_call): Use VOID_TYPE_P.
2000-11-16 Nathan Sidwell* call.c (op_error): Make error messages clearer.
2000-11-01 Bernd SchmidtConstant folding for builtins
2000-10-23 Jason Merrill* call.c (equal_functions): Also call decls_match for...
2000-10-23 Mark Mitchellcall.c (standard_conversion): Use RVALUE_CONVs for...
2000-10-22 Jason Merrillcall.c (build_conditional_expr): Use ocp_convert to...
2000-09-19 Kaveh R. GhaziMakefile.in (c-common.o): Depend on diagnostic.h.
2000-09-01 Nathan Sidwell* call.c (build_scoped_method_call): Check it is not...
2000-08-17 Nathan Sidwellcp-tree.h (instantiate_type_flags): New enumeration.
2000-07-17 Jason Merrilltypeck.c (mark_addressable): Never set TREE_USED.
2000-07-05 Jason Merrillcall.c (joust): Don't complain about `operator char...
2000-06-30 Mark Mitchellc-common.c: Include c-common.h, not c-lex.h or c-tree.h.
2000-06-22 Nathan Sidwellcall.c (build_x_va_arg): Check if in a template decl.
2000-06-20 Nathan Sidwellcall.c (build_conditional_expr): Use VOID_TYPE_P.
2000-06-09 Zack Weinbergggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc...
2000-06-09 Jason Merrillrevert mangling patch
2000-06-08 Mark Mitchellinvoke.texi: Remove documentation for -fsquangle and...
2000-05-31 Mark Mitchellinvoke.texi: Remove documentation for -fguiding-decls.
2000-05-31 Mark Mitchellcall.c (add_template_candidate_real): Handle member...
2000-05-30 Mark Mitchell* call.c (joust): Fix handling of overloaded builtin...
2000-05-28 Alex Samuelcp-tree.h (ansi_opname): Make it a macro.
2000-05-25 Mark MitchellFinish implementation of VTTs.
2000-05-24 Mark Mitchellcp-tree.h (build_delete): Change prototype.
2000-05-01 Mark Mitchellcp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-04-26 Mark Mitchellcp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-25 Gabriel Dos Reiscall.c (standard_conversion): Accept conversion between...
2000-04-20 Jason Merrilltypeck.c (build_x_function_call): Resolve an OFFSET_REF.
2000-04-12 Mark Mitchellcp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-04-11 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 Mark Mitchellcp-tree.h (lang_decl_flags): Rename constructor_for_vba...
2000-04-09 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENT...
2000-04-06 Mark Mitchellfinal.c (final): Use xcalloc to allocate line_note_exists.
2000-03-23 Theodore Papadopoulobuiltin.c (get_pointer_alignment): Use DECL_P and TYPE_...
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-10 Jason Merrilldecl.c (push_overloaded_decl_1, [...]): Lose.
2000-03-09 Jason Merrilltree.h (struct tree_common): Rename raises_flag to...
2000-03-08 Nathan Sidwelltypeck.c (convert_for_assignment): Don't look at array...
2000-03-05 Nathan Sidwellcall.c (convert_like): Macrofy.
2000-03-03 Mark Mitchell* tree.h (TYPE_ALIGN_UNIT): New macro.
2000-02-27 Jason MerrillImplement class scope using-declarations for functions.
2000-02-26 Jeff LawFix copyrights
2000-02-22 Martin v. LöwisRefer to the standard as an ISO document, not an ANSI...
2000-02-22 Mark Mitchellcp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
2000-02-21 Gabriel Dos Reiscall.c (build_object_call): Compress consecutive calls...
next