OSDN Git Service

PR c++/44157
[pf3gnuchains/gcc-fork.git] / gcc / cp / rtti.c
2003-12-21 kazu * call.c: Fix comment formatting.
2003-09-27 gdr * name-lookup.h (get_global_value_if_present): New...
2003-09-14 geoffk * rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinf...
2003-09-05 nathancp:
2003-08-01 lerdsuwa PR c++/8442, c++/8806
2003-07-29 mmitchel PR c++/11667
2003-07-22 mmitchel * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-19 ghazigcc:
2003-07-08 mmitchel * cp-tree.h (build_scoped_method_call): Remove.
2003-07-06 kazu * call.c: Fix comment formatting.
2003-07-04 mmitchel * call.c (build_addr_func): Handle bound pointers...
2003-06-23 hubicka * decl.c (register_dtor_fn): Mark cleanup as used.
2003-06-20 mmitchel PR c++/11041
2003-06-13 neroden * rtti.c: Remove PARAMS.
2003-05-17 ghazigcc:
2003-04-22 mmitchel * rtti.c (throw_bad_typeid): Use build_cxx_call.
2003-04-22 mmitchel * Makefile.in (calls.o): Depend on except.h.
2003-04-13 zack * tree.c (build_constructor): New function.
2003-04-03 ghazigcc:
2003-03-20 austern * cp-tree.h (unemitted_tinfo_decls): Declaration of...
2003-03-07 mmitchel * call.c (merge_conversion_sequences): New function.
2003-02-20 nathan Change base class access representation.
2003-01-17 mmitchel PR c++/9294
2003-01-14 oldham2003-01-14 Jeffrey D. Oldham <oldham@codesourcery...
2003-01-10 mmitchel PR c++/9128
2003-01-01 neil * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump...
2002-12-29 gdr Remove traditional C constructs 4/n.
2002-12-28 mmitchel * Make-lang.in (po-generated): Remove parse.c.
2002-12-19 jason Handle anonymous unions at the tree level.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-01 mmitchel PR c++/8727
2002-11-22 mmitchel * g++.dg/abi/rtti2.C: New test.
2002-10-11 mmitchel * NEWS: Document removal of "new X = ..." extension.
2002-09-29 nathancp:
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-14 kazu * error.c: Fix comment formatting.
2002-09-04 jason * typeck2.c (add_exception_specifier): Only...
2002-07-17 nathan PR c++/7320
2002-07-05 nathan Repair damage on weak-impared targets caused by my...
2002-06-30 nathan * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
2002-06-26 mmitchel * cp-tree.h (xref_tag): Change prototype.
2002-06-14 rth * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
2002-05-16 jason * cp/rtti.c (get_tinfo_decl): Don't call comdat...
2002-05-14 jasonrevert last checkin
2002-05-13 jason * class.c (build_vtbl_ref_1): Use fixed_type_or...
2002-04-26 rth * c-common.c (fix_string_type): Split out of ...
2002-01-23 rodrigc2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
2001-12-18 zack * cp-tree.h: Delete #defines for cp_error, cp_warning,
2001-12-16 jsm28 * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call...
2001-12-05 jason * langhooks.h (struct lang_hooks_for_tree_inlin...
2001-11-25 nathancp:
2001-11-22 bryce * tree-dump.c: Rename from c-dump.c. Include c-tree...
2001-10-03 danglin * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p...
2001-08-27 aj * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
2001-08-24 aj* cp/rtti.c (VPARAMS): Fix parameter.
2001-08-14 rth * class.c, cp-tree.h (build_vfn_ref): Remove.
2001-08-02 nathan.:
2001-07-31 nathancp:
2001-07-24 nathan Simplify rtti, now we've only one ABI.
2001-07-21 nathangcc:
2001-07-21 nathan Remove old-abi remnants. Remove comments about old abi
2001-05-22 jason * class.c, cp-tree.h, rtti.c: Remove com_interf...
2001-05-02 ghazicp:
2001-04-04 mmitchel * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
2001-03-22 jason * pt.c (instantiate_decl): Abort if we see...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-02-18 mmitchel * invoke.texi (-fsquangle): Remove documentation.
2001-02-12 mmitchel Remove old ABI support.
2001-02-04 mmitchel * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
2001-01-29 ghazi * stmt.c (estimate_case_costs): Use integer_minus_one_...
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2001-01-03 mmitchel * class.c (invalidate_class_lookup_cache): Zero the
2000-11-19 mmitchel * decl.c (init_decl_processing): Correct name of pure...
2000-10-18 mmitchel * c-common.h (flag_no_builtin): Declare.
2000-09-12 mmitchel * c-common.h (genrtl_clear_out_block): Remove.
2000-09-11 zack * defaults.h: Provide default definitions for...
2000-08-09 nathan * rtti.c (build_dynamic_cast_1): Set "C" linkage for...
2000-07-10 mmitchel * cp-tree.h (char_type_p): New function.
2000-06-30 mmitchel * c-common.c: Include c-common.h, not c-lex.h or c...
2000-06-20 nathan * rtti.c (get_base_offset): Cope when vbase field...
2000-06-20 nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2000-06-09 jasonrevert mangling patch
2000-06-08 mmitchel * invoke.texi: Remove documentation for -fsquangle and
2000-06-04 mmitchel * Make-lang.in (CXX_SRCS): Add mangle.c.
2000-05-26 nathan * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
2000-05-24 mmitchel * cp-tree.h (lang_decl_flags): Rename mutable_flag...
2000-05-19 mmitchel Don't create a separate copy of virtual bases for the
2000-05-06 nathan * rtti.c (ptmd_initializer): Set non-public, if class is
2000-04-20 nathan * rtti.c (init_rtti_processing): Set tinfo_var_id...
2000-04-11 mmitchel * cp-tre.h (finish_function): Change prototype.
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-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-04 ghazi * cfns.gperf (hash, libc_name_p): Prototype.
2000-04-04 mmitchel Correct many new ABI issues regarding vbase and vcall...
2000-04-02 zack * cppinit.c (cpp_start_read): Turn off -Wtraditional if
2000-03-30 nathan * rtti.c (class_hint_flags): Rename flags.
2000-03-29 nathangcc:
next