]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/cvt.c
Merge basic-improvements-branch to trunk
[thirdparty/gcc.git] / gcc / cp / cvt.c
2002-12-16  zackMerge basic-improvements-branch to trunk
2002-12-13  gdrPR C++/8031
2002-10-17  mmitchel PR c++/7478
2002-09-21  kazu * ChangeLog: Follow spelling conventions.
2002-09-13  kazu * call.c: Fix comment formatting.
2002-08-05  gdrcp/
2002-08-04  geoffkIndex: ChangeLog
2002-08-01  mmitchel * call.c (build_field_call): Do not look up the field...
2002-07-05  jason * cvt.c (cp_convert_to_pointer): Call force_fit...
2002-05-14  aoliva* cp-tree.h (struct lang_type): Added non_zero_init.
2002-05-09  jason * typeck.c (get_member_function_from_ptrfunc...
2002-04-24  mmitchel * cvt.c (convert_to_void): Don't unconditionally make...
2002-04-04  neil * c-common.c (truthvalue_conversion): Rename, update.
2002-03-29  neil * Makefile.in (convert.o, calls.o, expmed.o): Update.
2002-03-14  jakub * call.c (build_over_call): Set TREE_NO_UNUSED_WARNING...
2002-02-07  nathan Rename instantiate_type_flags to tsubst_flags_t &...
2001-12-29  nathancp:
2001-12-18  zack * cp-tree.h: Delete #defines for cp_error, cp_warning,
2001-11-29  nathancp:
2001-11-25  nathancp:
2001-11-22  bryce * tree-dump.c: Rename from c-dump.c. Include c-tree...
2001-11-15  jason * parse.y: Add ... IDENTIFIER SCOPE and .....
2001-11-12  hjl2001-11-12 H.J. Lu <hjl@gnu.org>
2001-08-17  mmitchel * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
2001-08-06  jasontweak comment
2001-07-25  jason * call.c (joust): Only prefer a non-builtin...
2001-07-21  nathan Remove old-abi remnants. Remove comments about old abi
2001-07-05  jason * cvt.c (convert_lvalue): New fn.
2001-05-02  ghazicp:
2001-04-30  rth * c-common.c (c_promoting_integer_type_p):...
2001-02-12  mmitchel Remove old ABI support.
2001-02-08  jason * search.c (shared_member_p): New function.
2001-01-16  dberlin2001-01-16 Daniel Berlin <dberlin@redhat.com>
2001-01-02  jason * tree.c (cp_valid_lang_attribute): Don't set...
2000-12-14  jasontypo
2000-12-09  jason * error.c (dump_function_name): Don't let the...
2000-12-05  nathancp:
2000-11-27  nathancp:
2000-08-17  nathan * cvt.c (cp_convert_to_pointer): Pass itf_complain...
2000-08-17  nathan * cp-tree.h (instantiate_type_flags): New enumeration.
2000-08-14  nathan * cvt.c (warn_ref_binding): New static function, broke...
2000-08-09  nathan * cvt.c (convert_to_pointer_force): Fix error message...
2000-06-30  mmitchel * cp-tree.h (struct language_function): Remove temp_na...
2000-06-20  nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-04-26  mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-25  gdr2000-04-24 Gabriel Dos Reis <gdr@codesourcery.com>
2000-04-11  jason * class.c (instantiate_type): Handle object...
2000-04-09  mmitchel * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_ID...
2000-03-21  nathangcc
2000-03-19  mmitchel * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
2000-02-27  kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-27  jason Implement class scope using-declarations for...
2000-02-26  lawFix copyrights
2000-01-26  ghazi * call.c: PROTO -> PARAMS.
2000-01-17  mmitchel * cp-tree.h (scratchalloc): Remove.
2000-01-12  mmitchel * call.c (convert_class_to_reference): Fix typos.
1999-11-14  mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-14  mmitchel * call.c (build_conditional_expr): Use build_target_ex...
1999-09-15  mmitchel * decl.c (build_target_expr): Set TREE_SIDE_EFFECTS...
1999-09-14  mmitchel * cp-tree.h (build_target_expr): New function.
1999-09-13  mmitchel * call.c (implicit_conversion): Robustify. Handle...
1999-09-12  mmitchel * cp-tree.def (CLEANUP_STMT): New node.
1999-09-09  nathangcc/ChangeLog:
1999-08-30  mmitchel * cp-tree.h (begin_init_stmts): Declare.
1999-08-11  mmitchel * extend.texi (C++ Signatures): Remove node.
1999-08-07  jason * decl.c (lookup_name_real): Set the complain flag...
1999-07-27  jasontweak whitespace
1999-07-26  mmitchel * cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.
1999-05-22  mmitchel * cp-tree.h (cplus_expand_constant): Declare.
1999-05-10  jason * init.c (build_offset_ref): Wrap baselinks in OFFSET_...
1999-05-07  jason * init.c (resolve_offset_ref): Don't return a raw...
1999-04-01  loewis * cvt.c (convert_pointer_to_real): Use same_type_p.
1999-03-26  ghaziWarning fixes:
1999-03-23  mmitchel * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
1999-02-26  jason * typeck.c (complete_type_or_else): Add VALUE arg...
1999-01-24  jason * cvt.c (cp_convert_to_pointer): Fix conversion of...
1999-01-18  jason * typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI...
1998-12-22  ghaziWarning fixes:
1998-12-18  jason * cvt.c (convert_to_reference): Check for both error_m...
1998-12-14  mmitchel * class.c (pushclass): Tweak handling of class-level...
1998-12-09  mmitchel * cp-tree.h (most_specialized_instantiation): New...
1998-12-07  jason * decl.c (build_typename_type): Set DECL_ARTIFICIAL.
1998-11-25  jason * except.c (expand_throw): Use cp_finish_decl for...
1998-11-23  jasonupdate copyrights
1998-11-18  jason * decl.c (cplus_expand_expr_stmt): Always complain...
1998-11-16  jason * decl.c (cplus_expand_expr_stmt): Promote warning...
1998-11-01  mmitchel * cp-tree.h (COMPARE_STRICT): New macro.
1998-10-27  jason * call.c (standard_conversion): instantiate_type here.
1998-10-23  mmitchel * cplus-dem.c (work_stuff): Replace const_type and...
1998-10-19  jason Revamp references to member functions.
1998-10-16  jason * typeck.c (build_indirect_ref): Complain about a...
1998-10-09  mmitchel * cvt.c (ocp_convert): Avoid infinite recursion caused by
1998-10-04  mmitchel * call.c (build_over_call): Make pedwarns about droppe...
1998-10-03  mmitchel * class.c (current_class_ptr, current_class_ref):...
1998-09-25  ghaziWarning fixes:
1998-09-07  jasonrevert error reporting patch
1998-09-06  mmitchel * cp-error.def: New file.
1998-09-02  jason * cvt.c (convert_pointer_to_real): Tidy.
1998-08-31  jason * cp-tree.h, decl2.c: Remove support for -fall-virtual,
1998-08-25  jason * typeck.c (comp_cv_target_types): Split out...
next