decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL...
[gcc.git] / gcc / cp / ChangeLog
1999-07-21 Jason Merrilldecl.c (warn_extern_redeclared_static): Check DECL_ARTI...
1999-07-20 Jason Merrillremove whitespace
1999-07-20 Jason Merrilllang-specs.h (c++-cpp-output): Pass -fpreprocessed.
1999-07-20 Bernd Schmidtc-common.h: New file.
1999-07-19 Mark Mitchellpt.c (check_default_tmpl_args): Move test for missing...
1999-07-18 Mark Mitchelldecl.c (lookup_nested_type): Remove.
1999-07-18 Jeffrey A Law* Makefile.in (INTERFACE): Bump to 2.
1999-07-18 Alexandre Olivatypeck2.c (my_friendly_abort): Updated URL with bug...
1999-07-18 Mark Mitchellpt.c (determine_specialization): Tighten error-checking.
1999-07-14 Mark Mitchellpt.c (check_default_tmpl_args): Handle friends defined...
1999-07-09 Michael Tiemanncp-tree.h (struct lang_decl): Added field for storing...
1999-07-09 Jason Merrilldecl2.c (reparse_absdcl_as_casts): Don't warn about...
1999-07-09 Jason Merrillpt.c (do_decl_instantiation): Downgrade duplicate insta...
1999-07-07 Alexandre Oliva* decl2.c (mark_vtable_entries): Fix check for rtti...
1999-07-06 Gavin Romig-KochFor gcc:
1999-07-06 Dave Brolleylex.c (errorcount): Declare it.
1999-07-05 Mark Mitchellcp-tree.h (IS_AGGR_TYPE): Include instantiated template...
1999-07-02 Gavin Romig-KochFor gcc:
1999-07-01 Mark Mitchelldecl.c (grokdeclarator): Don't give names "for linkage...
1999-07-01 Gavin Romig-Kochlex.c (real_yylex): Change integer literal overflow...
1999-07-01 Gavin Romig-KochFor gcc:
1999-06-28 Richard Henderson* decl.c (cp_finish_decl): Fix typo in cp_warning_at...
1999-06-28 Jason Merrillerror.c (dump_type_real): Handle TREE_LIST again.
1999-06-22 Mark Mitchellinit.c (expand_aggr_vbase_init): Rename to construct_vi...
1999-06-19 Mark Mitchellsemantics.c (finish_asm_statement): Apply decay convers...
1999-06-19 Mark Mitchelldecl.c (expand_static_init): When building an anonymous...
1999-06-18 Mark Mitchellinit.c (expand_aggr_vbase_init): Add flag parameter.
1999-06-16 Mark Mitchelldecl2.c (import_export_decl): Use same_type_p, rather...
1999-06-16 Mark Mitchellcall.c (build_method_call): Remove bogus code for two...
1999-06-16 Mark Mitchellinit.c (expand_cleanup_for_base): New function, split...
1999-06-15 Mark Mitchellcp-tree.h (class_cache_firstobj): Declare.
1999-06-14 Martin v. Löwispt.c (tsubst_friend_function): Push into namespace...
1999-06-14 Nathan Sidwell* call.c (build_new_op): Remove REF_BIND from all operands.
1999-06-13 Alexandre Olivainit.c (build_new_1): Look up operator delete even...
1999-06-08 Nathan Sidwellexcept.c (complete_ptr_ref_or_void_ptr_p): New function...
1999-06-07 Mark Mitchellsearch.c (convert_pointer_to_single_level): Reimplement...
1999-06-07 Dave Brolleylex.c (real_yylex): Replace unused bytes from bad multi...
1999-06-05 Mark Mitchell* decl.c (grokdeclarator): Fix typo in last change.
1999-06-04 Jason Merrillsemantics.c (finish_if_stmt_cond): Copy cond to permane...
1999-06-04 Nathan Sidwell* except.c (build_throw): Check throw expression validity.
1999-06-03 Mark Mitchelldecl.c (grokdeclarator): Don't treat arbitrary types...
1999-06-03 Nathan Sidwellsemantics.c (begin_class_definition): Update the struct...
1999-05-31 Kaveh R. Ghazi* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
1999-05-31 Mark Mitchelltree.c (build_cplus_array_type_1): Use push_obstacks_no...
1999-05-31 Mark Mitchelltree.c (cp_build_qualified_type_real): Rework ARRAY_TYP...
1999-05-30 Mark Mitchelllex.c (make_lang_type): Create TYPE_BINFO for TEMPLATE_...
1999-05-30 Mark Mitchelldecl.c (start_decl): Move checks on initialization...
1999-05-28 Mark Mitchelldecl.c (add_binding): Don't complain about a redeclarat...
1999-05-28 Nathan Sidwelldecl.c (complete_array_type): Allocate off same obstack.
1999-05-28 Mark Mitchelldecl.c (lookup_namespace_name): Handle getting a TEMPLA...
1999-05-25 Mark Mitchellclass.c (finish_vtbls): Copy BINFO_VIRTUALs before...
1999-05-25 Jason Merrilltypeck.c (casts_away_constness, [...]): Strip both...
1999-05-24 Mark Mitchelldecl2.c (mark_vtable_entries): Don't make a copy of...
1999-05-24 Mark Mitchelltypeck.c (build_static_cast): Don't allow static_casts...
1999-05-24 Mark Mitchelldecl.c (lookup_tag): Remove code no longer needed after...
1999-05-22 Mark Mitchellpt.c (for_each_template_parm): Walk into TYPENAME_TYPEs...
1999-05-22 Mark Mitchellcp-tree.h (push_nested_namespace): Declare.
1999-05-22 Mark Mitchell* tree.c (mapcar): Handle LVALUE_EXPR.
1999-05-22 Mark Mitchellcp-tree.h (cplus_expand_constant): Declare.
1999-05-21 Mark MitchellMake-lang.in (cc1plus): Make it depend on gxx.gperf.
1999-05-21 Mark Mitchelltypeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs careful...
1999-05-21 Mark Mitchellpt.c (tsubst): Don't issue error messages when we're...
1999-05-20 Jason Merrillclass.c (instantiate_type): Downgrade errors for object...
1999-05-20 Mark Mitchelldecl.c (grokdeclarator): Don't treat [] as indicating...
1999-05-20 Mark Mitchellcall.c (build_object_call): Don't look at DECL_NAME...
1999-05-20 Mark Mitchellpt.c (for_each_template_parm): Rework to match document...
1999-05-20 Jason Merrillclass.c (finish_struct_1): Still check for ANON_AGGR_TY...
1999-05-20 Jason Merrilltree.c (lvalue_p_1): A NOP_EXPR can be an lvalue.
1999-05-20 Mark Mitchellcp-tree.h (make_ptrmem_cst): New function.
1999-05-19 Mark Mitchell* pt.c (build_template_decl): Copy DECL_NONCONVERTING_P.
1999-05-19 Mark Mitchelldecl2.c (start_static_storage_duration_function): Fix...
1999-05-19 Jason MerrillImplement anonymous structs.
1999-05-19 Mark Mitchelltree.c (cp_build_qualified_type): Don't allow qualified...
1999-05-19 Arvind Sankar* gxxint.texi: Fix typo.
1999-05-19 Jason Merrillcall.c (find_scoped_type, [...]): Lose.
1999-05-18 Jason Merrillcall.c (joust): Compare the types of the conv ops,...
1999-05-17 Zack WeinbergFix ChangeLog entry.
1999-05-17 Zack Weinberglang-specs.h: Define __GNU_CC and __GNUC_MINOR__ only...
1999-05-17 Mark Mitchellcp-tree.def (TEMPLATE_ID_EXPR): Update documentation.
1999-05-17 Mark Mitchellcall.c (build_over_call): Don't throw away initializati...
1999-05-16 Mark Mitchelldecl2.c (build_expr_from_tree): Handle COMPONENT_REFs...
1999-05-16 Jason Merrillrevert
1999-05-16 Jason Merrill* init.c (build_new_1): suspend_momentary while calcula...
1999-05-16 Jason Merrilldecl2.c (finish_objects): Don't use .?tors.* if we...
1999-05-16 Mark Mitchellcp-tree.h (permanent_p): New function.
1999-05-13 Per BothnerFix typo.
1999-05-13 Per Bothnerclass.c (push_lang_context): Turn off DECL_IGNORED_P...
1999-05-10 Zack Weinberglang-specs.h: Pass -$ to the preprocessor.
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-05-06 Nathan Sidwell* call.c (build_new_method_call): Use TYPE_MAIN_VARIANT...
1999-05-05 Mark Mitchelldecl2.c (start_objects): Don't let static constructors...
1999-05-03 Martin v. Löwistypeck.c (string_conv_p): Use same_type_p to check...
1999-05-03 Mark Mitchellsearch.c (lookup_field_r): Set the TREE_TYPE of an...
1999-05-03 Mark Mitchell* typeck.c (build_const_cast): Tighten checks for legality.
1999-05-03 Martin v. Löwisinit.c (build_member_call): Lookup names coming from...
1999-05-03 Jim Blandy* gxxint.texi: Add documentation for 'I'.
1999-05-02 Martin v. Löwis* tinfo.cc (operator==): Qualify type_info with std::.
1999-05-02 Mark Mitchellcp-tree.h (lang_decl_flags): Remove comdat.
1999-05-01 Mark Mitchelldecl.c (wrapup_globals_for_namespace): Fix thinko in...
next