Makefile.in (OBJS): Add timevar.o.
[gcc.git] / gcc / cp / ChangeLog
2000-04-28 Alex SamuelMakefile.in (OBJS): Add timevar.o.
2000-04-26 Mark Mitchellcp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-26 Jason Merrilldwarf2out.c (add_bound_info): Don't crash on an unexpan...
2000-04-25 Gabriel Dos Reisir.texi: Correct typo.
2000-04-25 Martin v. Löwis* decl.c (grokdeclarator): Reject VLAs as members.
2000-04-25 Gabriel Dos Reiscall.c (standard_conversion): Accept conversion between...
2000-04-24 Zack Weinbergdecl2.c (finish_file): Remove double setup for accounti...
2000-04-24 Robert LipeRespective ChangeLogs for common, cp/, java/
2000-04-24 Benjamin Kosniknew.cc (set_new_handler): Needs to be in std::.
2000-04-24 Mark Mitchellcp-tree.h (lang_decl): Remove pretty_function_p.
2000-04-23 Richard Hendersontypeck.c (c_expand_asm_operands): Restore the original...
2000-04-22 Gabriel Dos Reisir.texi: Document complex number representation.
2000-04-20 Nathan Sidwellrtti.c (init_rtti_processing): Set tinfo_var_id in...
2000-04-20 Jason Merrilltypeck.c (build_x_function_call): Resolve an OFFSET_REF.
2000-04-18 Zack Weinbergcccp.c, [...]: Removed.
2000-04-18 Mark Mitchellcp-tree.h (lang_decl_flags): Remove const_memfunc and...
2000-04-18 Mark Mitchelldecl2.c (grokfield): Issue error on illegal data member...
2000-04-17 Mark Mitchell* method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
2000-04-17 Mark Mitchellclass.c (build_vtable_entry): Don't build thunks for...
2000-04-17 Jason Merrilldecl.c (decls_match): Allow a redeclaration of a builti...
2000-04-16 Mark Mitchellcp-tree.def (THUNK_DECL): Add to documentation.
2000-04-15 Richard KennerMakefile.in (ggc-page.o): Now includes toplev.h.
2000-04-13 Nathan Sidwellclass.c (build_base_field): Reformat comment.
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 Mitchelloptimize.c (remap_decl): Avoid sharing structure for...
2000-04-11 Mark Mitchellcp-tree.h (lang_decl_flags): Rename constructor_for_vba...
2000-04-11 Mark Mitchellcp-tre.h (finish_function): Change prototype.
2000-04-11 Mark Mitchellcp-tree.h (lang_type): Remove has_nonpublic_ctor and...
2000-04-11 Martin v. Löwisextend.texi (-fthis-is-variable): Undocument.
2000-04-11 Jason Merrillclass.c (instantiate_type): Handle object-relative...
2000-04-10 Nathan Sidwellcxxabi.h (__pointer_type_info): Add restrict and incomp...
2000-04-10 Martin v. Löwisinvoke.texi (-ansi): Remove -foperator-names from list...
2000-04-10 Martin v. Löwisinvoke.texi (-fno-gnu-keywords): Remove classof, headof...
2000-04-10 Mark Mitchellcp-tree.h (struct lang_decl): Remove main_decl_variant.
2000-04-09 Nathan Sidwellvec.cc: Include <new> and <exception>.
2000-04-09 Nathan SidwellPrepend __ to implementation defined names.
2000-04-09 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENT...
2000-04-09 Mark MitchellUnder the new ABI, constructors don't return `this'.
2000-04-09 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER...
2000-04-08 Kaveh R. Ghazitree.c (tree_expr_nonnegative_p): New function.
2000-04-07 Nathan SidwellRename abi::__vmi_class_type_info members.
2000-04-07 Nathan Sidwelltinfo.cc (convert_to_base): New function.
2000-04-06 Jason Merrilltinfo.cc (operator=): Use __builtin_strcmp.
2000-04-06 Mark Mitchellcp-tree.h (lang_decl_flags): Rename saved_inline to...
2000-04-06 Nathan Sidwellrtti.c (dfs_class_hint_mark): New static function.
2000-04-06 Benjamin Kosnikdecl2.c: Make flag_honor_std dependant on ENABLE_STD_NA...
2000-04-06 Mark Mitchellcp-tree.h (instantiate_decl): Change prototype.
2000-04-06 Mark Mitchellfinal.c (final): Use xcalloc to allocate line_note_exists.
2000-04-05 Jan HubickaFix problems in my previous commit.
2000-04-04 Kaveh R. Ghazicfns.gperf (hash, [...]): Prototype.
2000-04-04 Mark MitchellCorrect many new ABI issues regarding vbase and vcall...
2000-04-03 Zack Weinberggcc.c (C specs): Pass -f(no-)show-column to the preproc...
2000-03-30 Nathan Sidwellrtti.c (class_hint_flags): Rename flags.
2000-03-29 Nathan Sidwellexcept.c (add_eh_table_entry): Mark type_info's as...
2000-03-29 Mark Mitchellclass.c: Reorganize to put virtual function table initi...
2000-03-29 Jason Merrillclass.c (finish_struct): Use bitsize_zero_node.
2000-03-28 Mark MitchellPut RTTI entries at negative offsets in new ABI.
2000-03-27 Richard Kennerc-convert.c (convert): Return if output or input type...
2000-03-26 Mark Mitchellclass.c (layout_empty_base): Handle empty bases with...
2000-03-26 Mark Mitchelldecl.c (grokdeclarator): Count partial specializations...
2000-03-25 Richard Kenner* Rework fields used to describe positions of bitfields and
2000-03-25 Mark MitchellFix typo in ChangeLog
2000-03-24 Nathan Sidwelldecl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
2000-03-23 Theodore Papadopoulobuiltin.c (get_pointer_alignment): Use DECL_P and TYPE_...
2000-03-22 Mark Mitchellcp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
2000-03-22 Jason Merrilltypeck.c (type_after_usual_arithmetic_conversions)...
2000-03-22 Mark Mitchellclass.c (layout_virtual_bases): Adjust names in conditi...
2000-03-22 Mark Mitchellclass.c (record_base_offsets): New function.
2000-03-22 Mark Mitchellcp-tree.h (TI_SPEC_INFO): Remove.
2000-03-21 Mark Mitchellclass.c (build_base_field): Fix thinko in computation...
2000-03-21 Mark Mitchelltree.c (mark_local_for_remap_p): Mark variables declare...
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-21 Nathan Sidwellcxxabi.h: New header file.
2000-03-20 Jed Wingmethod.c (build_overload_int): Use host_integerp.
2000-03-20 Theodore Papadopouloinit.c (build_offset_ref): Handle the case of a templat...
2000-03-19 Martin v. Löwisemit-rtl.c (push_to_full_sequence, [...]): New functions.
2000-03-19 Mark Mitchellcp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
2000-03-19 Mark Mitchellclass.c (check_bitfield_decl): Remove restriction on...
2000-03-18 Martin v. Löwis* parse.c: Regenerated.
2000-03-18 Martin v. Löwis* parse.y (extdefs): Call ggc_collect.
2000-03-18 Nathan Sidwellclass.c (build_base_field): Use TYPE_ALIGN to examine...
2000-03-17 Richard Kenner* Clean up usages of TREE_INT_CST_LOW.
2000-03-17 Nathan Sidwelltypeck.c (require_complete_type): Don't assume size_zer...
2000-03-17 Steven Gradyrtti.c (build_dynamic_cast_1): Improve diagnostics.
2000-03-16 Nathan Sidwell* decl2.c (grokfield): Bail out if type is error_mark_node.
2000-03-15 Nathan Sidwelltinfo2.cc (__ptr_to_member_data): Rename to ...
2000-03-15 Nathan Sidwellcp-tree.h (CPTI_REF_DESC_TYPE, [...]): Remove.
2000-03-15 Nathan Sidwelldecl.c (cp_finish_decl): Remove obsolete comment.
2000-03-15 Mark Mitchellcp-tree.h: Tweak documentation.
2000-03-14 Jeff SturmJeff Sturm <jsturm@sigma6.com>
2000-03-13 Jason Merrilldecl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
2000-03-13 Mark Mitchellcp-tree.h (revert_static_member_fn): Change prototype.
2000-03-12 Mark Mitchellcp-tree.h (scope_kind): New type.
2000-03-12 Gabriel Dos Reislex.c (whitespace_cr): Compress consecutive calls to...
2000-03-11 Jason Merrillexception.cc (__check_null_eh_spec): New fn.
2000-03-11 Jason Merrilldecl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
2000-03-10 Jason Merrilllang-options.h, decl2.c: Add -fno-enforce-eh-specs.
2000-03-10 Jason Merrilldecl.c (push_overloaded_decl_1, [...]): Lose.
2000-03-09 Jason Merrilltree.h (struct tree_common): Rename raises_flag to...
next