c-common.c (c_common_lang_init): New function.
[gcc.git] / gcc / cp / ChangeLog
2001-01-03 Joseph Myersc-common.c (c_common_lang_init): New function.
2001-01-03 Nathan Sidwellsearch.c (lookup_fnfields_here): Remove.
2001-01-03 Nathan SidwellImplement exceptions specifiers for implicit member...
2001-01-03 Jason Merrillinit.c (build_default_init): New fn.
2001-01-03 Mike Stump* decl2.c: (max_tinst_depth): Increase to 50.
2001-01-03 Mark Mitchellclass.c (invalidate_class_lookup_cache): Zero the previ...
2001-01-02 Richard Hendersonc-common.h (ASM_INPUT_P): New.
2001-01-02 Jason Merrilltree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_C...
2001-01-02 Jason Merrilltypeck.c (strip_all_pointer_quals): Also strip quals...
2001-01-02 Andreas Jaegerdecl.c (cp_missing_noreturn_ok_p): New.
2000-12-29 Jakub Jelinek* decl.c (init_decl_processing): Fix sign of wchar_type...
2000-12-29 Mark Mitchellclass.c (pushclass): Remove #if 0'd code.
2000-12-29 Mark Mitchellpt.c (register_local_specialization): Don't return...
2000-12-29 Hans-Peter Nilssonsearch.c (binfo_for_vtable): Return least derived class...
2000-12-22 Jason Merrill* typeck.c (build_binary_op): Fix pmf comparison logic.
2000-12-22 Jason Merrillcall.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P...
2000-12-22 Jason Merrillsemantics.c (genrtl_finish_function): Don't try to...
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-20 Richard Hendersoncp-tree.h: Update declarations.
2000-12-18 Joseph Myersc-common.c (STD_C9L, ADJ_STD): Define.
2000-12-16 Kriang Lerdsuwanakijtree.c (no_linkage_helper): Use CLASS_TYPE_P instead...
2000-12-16 Kriang Lerdsuwanakijpt.c (unify): Handle when both ARG and PARM are BOUND_T...
2000-12-16 Kriang Lerdsuwanakijpt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL...
2000-12-15 Jason Merrill* init.c (build_new_1): Reorganize. Now with 100%...
2000-12-15 Jason Merrill* init.c (build_new_1): Don't strip quals from type.
2000-12-15 Jason Merrill* decl.c (pushdecl): Don't check for linkage on a non...
2000-12-15 Jason Merrillcall.c (build_op_delete_call): See through ARRAY_TYPEs.
2000-12-15 Kriang Lerdsuwanakijpt.c (check_explicit_specialization): Propagate default...
2000-12-13 DJ Deloriefix date
2000-12-13 DJ Delorietypeck.c (build_binary_op): Do signed/unsigned warnings...
2000-12-09 Jason Merrillerror.c (dump_function_name): Don't let the user see...
2000-12-07 Nathan Sidwellclass.c (check_field_decls): Don't special case anonymo...
2000-12-07 Nathan Sidwellcp-tree.h (sufficient_parms_p): Declare new function.
2000-12-07 Jakub Jelinekoptimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on...
2000-12-07 Joseph Myersc-common.c (warn_format_security): New variable.
2000-12-07 Kriang Lerdsuwanakijpt.c (verify_class_unification): New function.
2000-12-06 Alexandre Olivalang-specs.h (c++): When invoking the stand-alone prepr...
2000-12-05 Will CohenModification to define_label and finish_case_label...
2000-12-05 Nathan Sidwellcp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
2000-12-05 Nathan Sidwelltypeck.c (get_delta_difference): If via a virtual base...
2000-12-05 Richard Henderson* error.c (dump_tree): Use output_add_string not OB_PUTS.
2000-12-04 Jason Merrillmangle.c (write_type): Mangle VECTOR_TYPE with "U8__vec...
2000-12-04 Nathan Sidwellerror.c (dump_function_decl): Use DECL_VIRTUAL_P, not...
2000-12-02 Kriang Lerdsuwanakij* pt.c: Fix typo in comments.
2000-12-01 Joseph Myersc-common.c (warn_format, [...]): Define.
2000-12-01 Joseph Myersc-common.c: Include "defaults.h".
2000-12-01 Nathan Sidwellcall.c (standard_conversion): Reject pointer to member...
2000-11-30 Nathan Sidwellmethod.c (do_build_copy_constructor): Preserve cv quali...
2000-11-30 Nathan Sidwellmethod.c (do_build_assign_ref): Construct appropriately...
2000-11-30 Nathan Sidwellcall.c (build_over_call): Use VOID_TYPE_P.
2000-11-28 Nathan Sidwellparse.y (base_class.1): Produce a _TYPE not a _DECL.
2000-11-28 Nathan Sidwellspew.c (yyerror): Cope if yylval.ttype is NULL.
2000-11-28 Nathan Sidwelldecl.c (grokdeclarator): Diagnose undefined template...
2000-11-28 Nathan Sidwelldecl.c (grokdeclarator): Do type access control on...
2000-11-27 Nathan Sidwelldecl.c (grokfndecl): Undo COMPONENT_REF damage caused...
2000-11-27 Nathan Sidwellcp-tree.h (binfo_from_vbase): Return the virtual base...
2000-11-27 Mark Mitchelltree.h (mark_tree_hashtable): New function.
2000-11-25 Joseph Myersmethod.c (build_mangled_C9x_name): Rename to build_mang...
2000-11-24 Nathan Sidwellc-parse.in (unary_expr): Move VA_ARG from here ...
2000-11-24 Nathan Sidwellsemantics.c (finish_id_expr): If type is error_mark...
2000-11-23 Nathan Sidwellpt.c (lookup_template_class): Simplify loop exit constr...
2000-11-23 J"orn Renneckegcc toplevel:
2000-11-22 Mark Mitchellmangle.c (mangle_conv_op_name_for_type): Don't use...
2000-11-22 Mark Mitchellpt.c (do_decl_instantiate): Explicitly clone constructo...
2000-11-21 Richard Hendersonparse.y (yyparse_1): Rename the parser entry point.
2000-11-21 Alex Samuelmangle.c (write_name): Use <unscoped-name> for names...
2000-11-20 Nathan Sidwelllex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
2000-11-19 Mark Mitchelldecl.c (init_decl_processing): Correct name of pure...
2000-11-19 Mark Mitchelldecl.c (grokparms): Don't even function types of `void...
2000-11-19 Mark Mitchell* decl.c (grokparms): Don't create parameters of `void...
2000-11-17 Zack Weinbergggc.h: Delete ggc_add_string_root and ggc_mark_string.
2000-11-17 Nathan Sidwellpt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
2000-11-17 Nathan Sidwellcp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
2000-11-17 Nathan Sidwelltypeck2.c (incomplete_type_error): Reorganise to avoid...
2000-11-17 Zack Weinbergstringpool.c: New file.
2000-11-16 Mark Mitchellmangle.c (write_special_name_constructor): Don't genera...
2000-11-16 Nathan Sidwell* call.c (op_error): Make error messages clearer.
2000-11-15 Mark Mitchelltoplev.c (wrapup_global_declarations): Don't write...
2000-11-15 Jason Merrilldiagnostic.c (finish_abort): New fn.
2000-11-15 Nathan Sidwelltypeck.c (lookup_anon_field): Cope with qv qualifiers.
2000-11-15 Mark Mitchellclass.c (build_vtbl_initializer): Fix typo in comment.
2000-11-14 Jim WilsonFix cc1plus specs breakage.
2000-11-14 Richard Hendersontypeck.c (c_sizeof): Be strict about casting result...
2000-11-13 Joseph Myersc-common.c (boolean_increment): New function.
2000-11-12 Jason Merrillfunction.c (assign_parms): If TREE_ADDRESSABLE is set...
2000-11-11 Jason Merrilldecl.c (maybe_commonize_var): Set DECL_UNINLINABLE...
2000-11-10 Kaveh R. Ghazialpha.c (check_float_value): Use memcpy, not bcopy.
2000-11-10 Mark Mitchellc-dump.c (dequeue_and_dump): Dump function bodies.
2000-11-10 Mark MitchellMakefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-09 Eric Christopherdecl.c (init_decl_processing): Change definition of...
2000-11-09 Nathan Sidwelllex.c (do_identifier): Don't lookup_name for operators.
2000-11-08 Nathan Sidwelldecl.c (grok_op_properties): Always use coerce_new_type...
2000-11-07 Joseph Myersalias.c [...] (init_alias_analysis, [...]): Use memset...
2000-11-07 Nathan Sidwelldecl.c (build_ptrmemfunc_type): Allow error_mark_node.
2000-11-05 Joseph MyersMakefile.in: Remove all targets related to building...
2000-11-04 Mark Mitchelldecl2.c (do_nonmember_using_decl): Allow `extern "C...
2000-11-03 Zack Weinbergbuiltins.c (expand_builtin_strlen): Remove unused mode...
2000-11-03 Joseph MyersUse memset/memcmp instead of bzero/bcmp.
2000-11-02 Joseph Myers* collect2.c (main, write_c_file_stat), gcc.c (translat...
next