]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/cvt.c
cp-tree.h (build_scoped_method_call): Remove.
[thirdparty/gcc.git] / gcc / cp / cvt.c
2003-07-08  Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-06  Mark Mitchellre PR c++/11431 (static_cast behavior with subclasses...
2003-07-05  Kazu Hiratacall.c: Fix comment typos.
2003-07-04  Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-07-03  Mark Mitchellcall.c (build_scoped_method_call): Use convert_to_void.
2003-06-18  Nathan Sidwellcp-tree.h (COMPARE_RELAXED): Rename to ...
2003-04-03  Jason Merrillcvt.c (ocp_convert): Only abort if we try to convert...
2003-03-29  Jason Merrillre PR c++/10245 (?: operator requires public copy const...
2003-03-07  Mark Mitchellcall.c (reference_binding): Remove REF_IS_VAR parameter.
2003-03-03  Mark Mitchellre PR c++/9878 (error: non-lvalue in unary `&' wrongly...
2003-01-03  Nathanael Nerodecvt.c, [...]: This is the C++ front end, not the C...
2003-01-03  Jason Merrillfold-const.c (fold): Avoid NOP_EXPRs better.
2003-01-01  Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2002-12-28  Gabriel Dos ReisRemove traditional C constructs 3/n.
2002-12-28  Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-13  Gabriel Dos Reisre PR c++/8031 (ICE in comptypes, at cp/typeck.c:913)
2002-10-17  Mark Mitchellre PR c++/7478 (internal compiler error on static_cast...
2002-09-21  Kazu HirataChangeLog: Follow spelling conventions.
2002-09-13  Kazu Hiratacall.c: Fix comment formatting.
2002-08-05  Gabriel Dos ReisFix PR/2213
2002-08-04  Geoffrey KeatingIndex: ChangeLog
2002-08-01  Mark Mitchellcall.c (build_field_call): Do not look up the field...
2002-07-05  Jason Merrillcvt.c (cp_convert_to_pointer): Call force_fit_type...
2002-05-14  Alexandre Olivacp-tree.h (struct lang_type): Added non_zero_init.
2002-05-09  Jason Merrilltypeck.c (get_member_function_from_ptrfunc): Reorganize.
2002-04-24  Mark Mitchellcvt.c (convert_to_void): Don't unconditionally make...
2002-04-04  Neil Boothc-common.c (truthvalue_conversion): Rename, update.
2002-03-29  Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-14  Jakub Jelinekcall.c (build_over_call): Set TREE_NO_UNUSED_WARNING...
2002-02-07  Nathan SidwellRename instantiate_type_flags to tsubst_flags_t & expan...
2001-12-29  Nathan Sidwellcall.c (build_user_type_conversion_1): Use my_friendly_...
2001-12-18  Zack Weinbergcp-tree.h: Delete #defines for cp_error, cp_warning...
2001-11-29  Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
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-15  Jason Merrillparse.y: Add ...
2001-11-12  H.J. Lucvt.c (ocp_convert): Don't warn the address of a weak...
2001-08-17  Mark Mitchellcvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS...
2001-08-06  Jason Merrilltweak comment
2001-07-25  Jason Merrillcall.c (joust): Only prefer a non-builtin candidate...
2001-07-21  Nathan SidwellRemove old-abi remnants.
2001-07-05  Jason Merrillcvt.c (convert_lvalue): New fn.
2001-05-02  Kaveh R. Ghazicall.c: NULL_PTR -> NULL.
2001-04-30  Richard Hendersonc-common.c (c_promoting_integer_type_p): New function...
2001-02-12  Mark MitchellRemove old ABI support.
2001-02-08  Jason Merrillsearch.c (shared_member_p): New function.
2001-01-16  Daniel Berlincvt.c (ocp_convert): Handle vector type conversion
2001-01-02  Jason Merrilltree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_C...
2000-12-14  Jason Merrilltypo
2000-12-09  Jason Merrillerror.c (dump_function_name): Don't let the user see...
2000-12-05  Nathan Sidwelltypeck.c (get_delta_difference): If via a virtual base...
2000-11-27  Nathan Sidwellcp-tree.h (binfo_from_vbase): Return the virtual base...
2000-08-17  Nathan Sidwellcvt.c (cp_convert_to_pointer): Pass itf_complain, not...
2000-08-17  Nathan Sidwellcp-tree.h (instantiate_type_flags): New enumeration.
2000-08-14  Nathan Sidwellcvt.c (warn_ref_binding): New static function, broken...
2000-08-09  Nathan Sidwellcvt.c (convert_to_pointer_force): Fix error message...
2000-06-30  Mark Mitchellcp-tree.h (struct language_function): Remove temp_name_...
2000-06-20  Nathan Sidwellcall.c (build_conditional_expr): Use VOID_TYPE_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-11  Jason Merrillclass.c (instantiate_type): Handle object-relative...
2000-04-09  Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENT...
2000-03-21  Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-19  Mark Mitchellcp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
2000-02-27  Richard Kennerbuiltins.c (c_strlen): Use size_diffop and return ssize...
2000-02-27  Jason MerrillImplement class scope using-declarations for functions.
2000-02-26  Jeff LawFix copyrights
2000-01-26  Kaveh R. Ghazicall.c: PROTO -> PARAMS.
2000-01-17  Mark Mitchellcp-tree.h (scratchalloc): Remove.
2000-01-12  Mark Mitchellcall.c (convert_class_to_reference): Fix typos.
1999-11-14  Mark Mitchellcp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-14  Mark Mitchellcall.c (build_conditional_expr): Use build_target_expr_...
1999-09-15  Mark Mitchelldecl.c (build_target_expr): Set TREE_SIDE_EFFECTS on...
1999-09-14  Mark Mitchellcp-tree.h (build_target_expr): New function.
1999-09-13  Mark Mitchellcall.c (implicit_conversion): Robustify.
1999-09-12  Mark Mitchellcp-tree.def (CLEANUP_STMT): New node.
1999-09-09  Nathan Sidwellextend.texi (Volatiles): New node.
1999-08-30  Mark Mitchellcp-tree.h (begin_init_stmts): Declare.
1999-08-11  Mark Mitchellextend.texi (C++ Signatures): Remove node.
1999-08-07  Jason Merrilldecl.c (lookup_name_real): Set the complain flag if...
1999-07-27  Jason Merrilltweak whitespace
1999-07-26  Mark Mitchellcp-tree.h (CP_INTEGRAL_TYPE_P): New macro.
1999-05-22  Mark Mitchellcp-tree.h (cplus_expand_constant): Declare.
1999-05-10  Jason Merrillinit.c (build_offset_ref): Wrap baselinks in OFFSET_REF...
1999-05-07  Jason Merrillinit.c (resolve_offset_ref): Don't return a raw method.
1999-04-01  Nathan Sidwellcvt.c (convert_pointer_to_real): Use same_type_p.
1999-03-26  Kaveh R. GhaziWarning fixes:
1999-03-23  Mark Mitchellcp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
1999-02-26  Nathan Sidwelltypeck.c (complete_type_or_else): Add VALUE arg, for...
1999-01-24  Jason Merrill* cvt.c (cp_convert_to_pointer): Fix conversion of...
1999-01-18  Jason Merrilltypeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tight...
1998-12-22  Kaveh R. GhaziWarning fixes:
1998-12-18  DJ Deloriecvt.c (convert_to_reference): Check for both error_mark...
1998-12-14  Mark Mitchellclass.c (pushclass): Tweak handling of class-level...
1998-12-09  Mark Mitchellcp-tree.h (most_specialized_instantiation): New function.
1998-12-07  Jason Merrilldecl.c (build_typename_type): Set DECL_ARTIFICIAL.
1998-11-25  Jason Merrillexcept.c (expand_throw): Use cp_finish_decl for the...
1998-11-23  Jason Merrillupdate copyrights
1998-11-18  Jason Merrilldecl.c (cplus_expand_expr_stmt): Always complain about...
next