aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)Author
1999-12-17 * cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.Mark Mitchell
1999-12-15 * cp-tree.h (make_aggr_type): Declare.Richard Henderson
1999-12-09 * except.c (expand_throw): Add static attribute to matchMark Mitchell
1999-11-251999-11-25 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
1999-11-18 * except.c (expand_end_catch_block): Fix typo.Mark Mitchell
1999-11-16 * class.c (finish_struct): If we're a local class in a templateJason Merrill
1999-11-14 * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell
1999-11-07 * cp-tree.h (begin_new_placement): Remove.Mark Mitchell
1999-09-30 Support normal type_info-based EH mechanisms with -fno-rtti.Jason Merrill
1999-09-27 * cp-tree.h (expand_throw): Remove prototype.Mark Mitchell
1999-09-24 * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.Mark Mitchell
1999-09-18 Turn on function-at-a-time processing.Mark Mitchell
1999-09-12define_function cleanupBernd Schmidt
1999-09-09 Reorganize per-function data.Mark Mitchell
1999-09-09 * cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell
1999-09-07 * Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell
1999-09-06 Get ready for garbage collection.Mark Mitchell
1999-09-04 * Makefile.in (CXX_TREE_H): Include function.h.Mark Mitchell
1999-08-30 * cp-tree.h (start_handler_parms): New function.Mark Mitchell
1999-08-26 * decl.c (grokdeclarator): Amend comment.Mark Mitchell
1999-08-25 * cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell
1999-08-24 * exception.cc (__cplus_type_matcher): Call __throw_type_match_rtti_2.Jason Merrill
1999-08-18 * cp-tree.h (build_lang_field_decl): Remove.Mark Mitchell
1999-08-16 * cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell
1999-08-14 * cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell
1999-08-09 * semantics.c (begin_function_try_block, finish_function_try_block,Jason Merrill
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt
1999-07-20 * c-common.h: New file.Bernd Schmidt
1999-06-08 * except.c (complete_ptr_ref_or_void_ptr_p): New function, broken outNathan Sidwell
1999-06-04 * except.c (build_throw): Check throw expression validity.Nathan Sidwell
1999-03-26Warning fixes:Kaveh Ghazi
1999-01-25 * class.c (resolve_address_of_overloaded_function): Mark theJason Merrill
1998-12-22Warning fixes:Kaveh Ghazi
1998-12-08Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com>Andrew Macleod
1998-11-25 * except.c (expand_throw): Use TYPE_PTR_P to check for pointers.Jason Merrill
1998-11-25 * except.c (expand_throw): Use cp_finish_decl for the throw temp.Jason Merrill
1998-11-16 * typeck2.c (my_friendly_abort): Don't fatal twice in a row.Jason Merrill
1998-11-13 * except.c (expand_throw): Make sure first argument toMark Mitchell
1998-10-26 * error.c (dump_decl): Deal with TEMPLATE_DECLs that areMark Mitchell
1998-10-06Warning fixes:Kaveh Ghazi
1998-09-15Tue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>Andrew Macleod
1998-09-07revert error reporting patchJason Merrill
1998-09-06 * cp-error.def: New file.Mark Mitchell
1998-09-01 * decl.c (lookup_name_real): Also do implicit typename thing forJason Merrill
1998-08-23 * iomanip.h: Use __extension__ for `extern' explicit templateMark Mitchell
1998-08-19 * typeck.c (build_binary_op_nodefault): Warn on use of NULL inMark Mitchell
1998-07-24 * cp-tree.h: Add prototype for set_identifier_local_value.Jason Merrill
1998-07-23 * except.c (process_start_catch_block_old): Call start_decl_1 forJason Merrill
1998-06-29Warning fixes:Kaveh Ghazi
1998-06-25Thu Jun 25 16:59:18 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>Andrew Macleod