OSDN Git Service

* cp-tree.def (THUNK_DECL): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
2000-05-02 jason * tree.c (walk_tree): Set lineno.
2000-05-02 mmitchel * exception.cc: Update license notice.
2000-05-01 jason * tree.c (build_target_expr_with_type): If...
2000-05-01 mmitchel * cp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-05-01 mmitchel * decl.c (finish_destructor_body): Use the base destru...
2000-05-01 mmitchel * expr.c (cplus_expand_expr): Preserve temporaries...
2000-05-01 mmitchel * decl2.c (finish_file): Fix typo in comment.
2000-04-30 mmitchel * method.c (emit_thunk): Don't try to return a `void...
2000-04-30 mmitchel * optimize.c (initialize_inlined_parameters): If the...
2000-04-29 jasonrevert
2000-04-28 jason * decl.c (grok_op_properties): Add an extra...
2000-04-28 jason * tree.c (get_callee_fndecl): Extract the initi...
2000-04-28 mmitchel * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when...
2000-04-28 samuelhangeLog:
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-26 jason * dwarf2out.c (add_bound_info): Don't crash...
2000-04-25 gdr2000-04-25 Gabriel Dos Reis <gdr@codesourcery.com>
2000-04-25 loewis * decl.c (grokdeclarator): Reject VLAs as members.
2000-04-25 gdr2000-04-24 Gabriel Dos Reis <gdr@codesourcery.com>
2000-04-24 zack * decl2.c (finish_file): Remove double setup for accou...
2000-04-24 robertlRespective ChangeLogs for common, cp/, java/
2000-04-24 bkoz2000-04-23 Benjamin Kosnik <bkoz@cygnus.com>
2000-04-24 mmitchel * cp-tree.h (lang_decl): Remove pretty_function_p.
2000-04-23 rth * typeck.c (c_expand_asm_operands): Restore...
2000-04-22 gdr2000-04-22 Gabriel Dos Reis <gdr@codesourcery.com>
2000-04-20 nathan * rtti.c (init_rtti_processing): Set tinfo_var_id...
2000-04-20 jason * typeck.c (build_x_function_call): Resolve...
2000-04-18 zack * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
2000-04-18 mmitchel * cp-tree.h (lang_decl_flags): Remove const_memfunc and
2000-04-18 mmitchel * decl2.c (grokfield): Issue error on illegal data...
2000-04-17 mmitchel * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_...
2000-04-17 mmitchel * class.c (build_vtable_entry): Don't build thunks...
2000-04-17 jason * decl.c (decls_match): Allow a redeclaration...
2000-04-16 mmitchel * cp-tree.def (THUNK_DECL): Add to documentation.
2000-04-15 kenner * Makefile.in (ggc-page.o): Now includes toplev.h.
2000-04-13 nathan * class.c (build_base_field): Reformat comment.
2000-04-12 mmitchel * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-04-11 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 mmitchel * optimize.c (remap_decl): Avoid sharing structure...
2000-04-11 mmitchel * cp-tree.h (lang_decl_flags): Rename constructor_for_...
2000-04-11 mmitchel * cp-tre.h (finish_function): Change prototype.
2000-04-11 mmitchel * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
2000-04-11 loewis * extend.texi (-fthis-is-variable): Undocument.
2000-04-11 jason * class.c (instantiate_type): Handle object...
2000-04-10 nathan * inc/cxxabi.h (__pointer_type_info): Add restrict and
2000-04-10 loewis * invoke.texi (-ansi): Remove -foperator-names from...
2000-04-10 loewis * invoke.texi (-fno-gnu-keywords): Remove classof...
2000-04-10 mmitchel * cp-tree.h (struct lang_decl): Remove main_decl_variant.
2000-04-09 nathan * vec.cc: Include <new> and <exception>.
2000-04-09 nathan Prepend __ to implementation defined names.
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_ID...
2000-04-09 mmitchel Under the new ABI, constructors don't return `this'.
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTI...
2000-04-08 ghazi * tree.c (tree_expr_nonnegative_p): New function.
2000-04-07 nathan Rename abi::__vmi_class_type_info members.
2000-04-07 nathan * tinfo.cc (convert_to_base): New function.
2000-04-06 jason * tinfo.cc (operator=): Use __builtin_strcmp.
2000-04-06 mmitchel * cp-tree.h (lang_decl_flags): Rename saved_inline...
2000-04-06 nathan * rtti.c (dfs_class_hint_mark): New static function.
2000-04-06 bkoz2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
2000-04-06 mmitchel * cp-tree.h (instantiate_decl): Change prototype.
2000-04-06 mmitchel * final.c (final): Use xcalloc to allocate line_note_e...
2000-04-05 hubickaFix problems in my previous commit.
2000-04-04 ghazi * cfns.gperf (hash, libc_name_p): Prototype.
2000-04-04 mmitchel Correct many new ABI issues regarding vbase and vcall...
2000-04-03 zack * gcc.c (C specs): Pass -f(no-)show-column to the
2000-03-30 nathan * rtti.c (class_hint_flags): Rename flags.
2000-03-29 nathangcc:
2000-03-29 mmitchel * class.c: Reorganize to put virtual function table...
2000-03-29 jason * class.c (finish_struct): Use bitsize_zero_node.
2000-03-28 mmitchel Put RTTI entries at negative offsets in new ABI.
2000-03-27 kenner * c-convert.c (convert): Return if output or input...
2000-03-26 mmitchel * class.c (layout_empty_base): Handle empty bases...
2000-03-26 mmitchel * decl.c (grokdeclarator): Count partial specializatio...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-25 mmitchelFix typo in ChangeLog
2000-03-24 nathan * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-22 mmitchel * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
2000-03-22 jason * typeck.c (type_after_usual_arithmetic_convers...
2000-03-22 mmitchel * class.c (layout_virtual_bases): Adjust names in...
2000-03-22 mmitchel * class.c (record_base_offsets): New function.
2000-03-22 mmitchel * cp-tree.h (TI_SPEC_INFO): Remove.
2000-03-21 mmitchel * class.c (build_base_field): Fix thinko in computatio...
2000-03-21 mmitchel * tree.c (mark_local_for_remap_p): Mark variables...
2000-03-21 nathangcc
2000-03-21 nathan * inc/cxxabi.h: New header file. Define new-abi entry...
2000-03-20 jason * method.c (build_overload_int): Use host_integerp.
2000-03-20 jason * init.c (build_offset_ref): Handle the case...
2000-03-19 loewis * emit-rtl.c (push_to_full_sequence, end_full_sequence...
2000-03-19 mmitchel * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
2000-03-19 mmitchel * class.c (check_bitfield_decl): Remove restriction...
2000-03-18 loewis * parse.c: Regenerated.
2000-03-18 loewis * parse.y (extdefs): Call ggc_collect.
2000-03-18 nathan * class.c (build_base_field): Use TYPE_ALIGN to examin...
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-17 nathan * typeck.c (require_complete_type): Don't assume size_...
2000-03-17 jason * rtti.c (build_dynamic_cast_1): Improve diagno...
2000-03-16 nathan * decl2.c (grokfield): Bail out if type is error_mark_...
next