summaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
Commit message (Expand)AuthorAgeFilesLines
...
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-071-1/+1
* Get ready for garbage collection.mmitchel1999-09-061-9/+4
* * Makefile.in (CXX_TREE_H): Include function.h.mmitchel1999-09-041-3/+2
* * cp-tree.h (start_handler_parms): New function.mmitchel1999-08-301-23/+14
* * decl.c (grokdeclarator): Amend comment.mmitchel1999-08-261-0/+2
* * cp-tree.def (SUBOBJECT): New tree node.mmitchel1999-08-251-3/+1
* * exception.cc (__cplus_type_matcher): Call __throw_type_match_rtti_2.jason1999-08-241-42/+2
* * cp-tree.h (build_lang_field_decl): Remove.mmitchel1999-08-181-19/+19
* * cp-tree.def (STMT_EXPR): New tree node.mmitchel1999-08-161-6/+2
* * cp-tree.def (DECL_STMT): Make it smaller.mmitchel1999-08-141-16/+8
* * semantics.c (begin_function_try_block, finish_function_try_block,jason1999-08-091-0/+7
* Backport of GC branch patches part 1: kill eh status saving.crux1999-07-311-11/+0
* * c-common.h: New file.crux1999-07-201-8/+0
* * except.c (complete_ptr_ref_or_void_ptr_p): New function, broken outnathan1999-06-081-20/+37
* * except.c (build_throw): Check throw expression validity.nathan1999-06-041-0/+24
* Warning fixes:ghazi1999-03-261-2/+2
* * class.c (resolve_address_of_overloaded_function): Mark thejason1999-01-251-7/+7
* Warning fixes:ghazi1998-12-221-2/+2
* Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-12-081-9/+5
* * except.c (expand_throw): Use TYPE_PTR_P to check for pointers.jason1998-11-251-1/+1
* * except.c (expand_throw): Use cp_finish_decl for the throw temp.jason1998-11-251-7/+6
* * typeck2.c (my_friendly_abort): Don't fatal twice in a row.jason1998-11-161-3/+1
* * except.c (expand_throw): Make sure first argument tommitchel1998-11-131-4/+5
* * error.c (dump_decl): Deal with TEMPLATE_DECLs that aremmitchel1998-10-261-1/+1
* Warning fixes:ghazi1998-10-061-1/+4
* Tue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-09-151-127/+4
* revert error reporting patchjason1998-09-071-4/+4
* * cp-error.def: New file.mmitchel1998-09-061-4/+4
* * decl.c (lookup_name_real): Also do implicit typename thing forjason1998-09-011-1/+0
* * iomanip.h: Use __extension__ for `extern' explicit templatemmitchel1998-08-231-4/+1
* * typeck.c (build_binary_op_nodefault): Warn on use of NULL inmmitchel1998-08-191-3/+3
* * cp-tree.h: Add prototype for set_identifier_local_value.jason1998-07-241-2/+4
* * except.c (process_start_catch_block_old): Call start_decl_1 forjason1998-07-231-1/+3
* Warning fixes:ghazi1998-06-291-3/+0
* Thu Jun 25 16:59:18 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-06-251-1/+29
* Have -fnew-exceptions actually use the runtime field, and not generateamacleod1998-06-231-10/+175
* * init.c (resolve_offset_ref): Handle default-initialization.jason1998-06-101-6/+14
* Minor tweaks.amacleod1998-06-091-2/+1
* Thu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod@cygnus.com>amacleod1998-06-081-23/+12
* Warning fixes:ghazi1998-05-191-18/+4
* First cut of changes to utilize the new exception handling modelamacleod1998-05-141-16/+48
* massive namespace patchjason1998-05-081-0/+4
* typo typo fixes fixeslaw1998-05-061-1/+1
* Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * tree.c (avoid_overlap): Add prototype.law1998-04-171-0/+8
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-1/+1
* * call.c: Include system.h. Remove includes, declarations andlaw1998-03-311-1/+1
* * except.c (do_unwind): Delete dead function.law1998-03-291-96/+0
* dmanfred1998-03-121-1/+3
* Various fixes for -Wall problems from Kaveh. See ChangeLog for details.law1998-02-021-3/+0