OSDN Git Service

* collect2.c (main, write_c_file_stat), gcc.c (translate_options,
[pf3gnuchains/gcc-fork.git] / gcc / cp / except.c
2000-10-18 mmitchel * c-common.h (flag_no_builtin): Declare.
2000-09-20 hp * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-07-02 chelf2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
2000-06-20 nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-05-24 mmitchel * cp-tree.h (lang_decl_flags): Rename mutable_flag...
2000-05-20 zacktop level:
2000-05-15 jason * except.c (check_handlers): New fn.
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
2000-04-12 mmitchel * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-03-19 loewis * emit-rtl.c (push_to_full_sequence, end_full_sequence...
2000-03-14 rthJeff Sturm <jsturm@sigma6.com>
2000-03-13 jason * decl.c (grokfndecl): Set TREE_NOTHROW if...
2000-03-11 jason * exception.cc (__check_null_eh_spec): New fn.
2000-03-11 jason * decl.c (push_throw_library_fn): Take the...
2000-03-10 jason * lang-options.h, decl2.c: Add -fno-enforce...
2000-03-10 jason * decl.c (push_overloaded_decl_1, auto_function,
2000-03-09 jason * tree.h (struct tree_common): Rename raises_fl...
2000-03-02 tromey * cp-tree.h (build_java_class_ref): Declare.
2000-02-26 lawFix copyrights
2000-02-22 loewis Refer to the standard as an ISO document, not an ANSI...
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-18 nathan * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
1999-12-17 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.
1999-12-15 rth * cp-tree.h (make_aggr_type): Declare.
1999-12-09 mmitchel * except.c (expand_throw): Add static attribute to...
1999-11-25 mmitchel1999-11-25 Mark Mitchell <mark@codesourcery.com>
1999-11-18 mmitchel * except.c (expand_end_catch_block): Fix typo.
1999-11-16 jason * class.c (finish_struct): If we're a local...
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-07 mmitchel * cp-tree.h (begin_new_placement): Remove.
1999-09-30 jason Support normal type_info-based EH mechanisms with...
1999-09-27 mmitchel * cp-tree.h (expand_throw): Remove prototype.
1999-09-24 mmitchel * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.
1999-09-18 mmitchel Turn on function-at-a-time processing.
1999-09-12 cruxdefine_function cleanup
1999-09-09 mmitchel Reorganize per-function data.
1999-09-09 mmitchel * cp-tree.h (scratch_tree_cons): Remove.
1999-09-07 mmitchel * Makefile.in (tree.o): Depend on ggc.h.
1999-09-06 mmitchel Get ready for garbage collection.
1999-09-04 mmitchel * Makefile.in (CXX_TREE_H): Include function.h.
1999-08-30 mmitchel * cp-tree.h (start_handler_parms): New function.
1999-08-26 mmitchel * decl.c (grokdeclarator): Amend comment.
1999-08-25 mmitchel * cp-tree.def (SUBOBJECT): New tree node.
1999-08-24 jason * exception.cc (__cplus_type_matcher): Call __throw_ty...
1999-08-18 mmitchel * cp-tree.h (build_lang_field_decl): Remove.
1999-08-16 mmitchel * cp-tree.def (STMT_EXPR): New tree node.
1999-08-14 mmitchel * cp-tree.def (DECL_STMT): Make it smaller.
1999-08-09 jason * semantics.c (begin_function_try_block, finish_functi...
1999-07-31 cruxBackport of GC branch patches part 1: kill eh status...
1999-07-20 crux * c-common.h: New file.
1999-06-08 nathan * except.c (complete_ptr_ref_or_void_ptr_p): New funct...
1999-06-04 nathan * except.c (build_throw): Check throw expression validity.
1999-03-26 ghaziWarning fixes:
1999-01-25 jason * class.c (resolve_address_of_overloaded_function...
1998-12-22 ghaziWarning fixes:
1998-12-08 amacleodTue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod...
1998-11-25 jason * except.c (expand_throw): Use TYPE_PTR_P to check...
1998-11-25 jason * except.c (expand_throw): Use cp_finish_decl for...
1998-11-16 jason * typeck2.c (my_friendly_abort): Don't fatal twice...
1998-11-13 mmitchel * except.c (expand_throw): Make sure first argument to
1998-10-26 mmitchel * error.c (dump_decl): Deal with TEMPLATE_DECLs that are
1998-10-06 ghaziWarning fixes:
1998-09-15 amacleodTue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod...
1998-09-07 jasonrevert error reporting patch
1998-09-06 mmitchel * cp-error.def: New file.
1998-09-01 jason * decl.c (lookup_name_real): Also do implicit typename...
1998-08-23 mmitchel * iomanip.h: Use __extension__ for `extern' explicit...
1998-08-19 mmitchel * typeck.c (build_binary_op_nodefault): Warn on use...
1998-07-24 jason * cp-tree.h: Add prototype for set_identifier_local_value.
1998-07-23 jason * except.c (process_start_catch_block_old): Call start...
1998-06-29 ghaziWarning fixes:
1998-06-25 amacleodThu Jun 25 16:59:18 EDT 1998 Andrew MacLeod <amacleod...
1998-06-23 amacleodHave -fnew-exceptions actually use the runtime field...
1998-06-10 jason * init.c (resolve_offset_ref): Handle default-initiali...
1998-06-09 amacleodMinor tweaks.
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-05-19 ghaziWarning fixes:
1998-05-14 amacleodFirst cut of changes to utilize the new exception handl...
1998-05-08 jasonmassive namespace patch
1998-05-06 lawtypo typo fixes fixes
1998-05-06 robertlWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii...
1998-04-17 law * tree.c (avoid_overlap): Add prototype.
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-31 law * call.c: Include system.h. Remove includes...
1998-03-29 law * except.c (do_unwind): Delete dead function.
1998-03-12 manfredd
1998-02-02 lawVarious fixes for -Wall problems from Kaveh. See Chang...
1998-01-08 jason * exception.cc (__eh_alloc, __eh_free): New fns.
1997-12-12 jason * except.c (use_eh_context): Don't copy_rtx a REG.
1997-12-12 jasonThu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>
1997-12-08 jason * except.c (expand_start_catch_block): suspend_momenta...
1997-12-07 lawMerge from gcc-2.8
1997-12-04 jason./: * libgcc2.c (__throw): Use __builtin_return_addr...
1997-12-03 jasonTue Dec 2 19:18:50 1997 Mike Stump <mrs@wrs.com>
1997-11-27 jason * except.c: Lose Unexpected, SetTerminate, SetUnexpected,
1997-11-27 jason * except.c (expand_throw): Call mark_used on the destr...
1997-11-26 jason * except.c (expand_start_catch_block): Fix catching...
1997-11-25 jason * exception.cc (struct cp_eh_info): Add handlers field.
1997-11-21 jason * except.c (expand_start_eh_spec): Use the try/catch...
next