summaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * exception.cc (__eh_alloc, __eh_free): New fns.jason1998-01-081-14/+102
* * except.c (use_eh_context): Don't copy_rtx a REG.jason1997-12-121-222/+0
* Thu Dec 11 20:42:18 1997 Teemu Torma <tot@trema.com>jason1997-12-121-15/+5
* * except.c (expand_start_catch_block): suspend_momentary for thejason1997-12-081-2/+5
* Merge from gcc-2.8law1997-12-071-2/+2
* ./: * libgcc2.c (__throw): Use __builtin_return_addr instead of __eh_pc.jason1997-12-041-48/+6
* Tue Dec 2 19:18:50 1997 Mike Stump <mrs@wrs.com>jason1997-12-031-17/+8
* * except.c: Lose Unexpected, SetTerminate, SetUnexpected,jason1997-11-271-63/+14
* * except.c (expand_throw): Call mark_used on the destructor.jason1997-11-271-0/+1
* * except.c (expand_start_catch_block): Fix catching a referencejason1997-11-261-0/+7
* * exception.cc (struct cp_eh_info): Add handlers field.jason1997-11-251-2/+17
* * except.c (expand_start_eh_spec): Use the try/catch code.jason1997-11-211-79/+63
* * except.c (expand_start_catch_block): We only need the rethrowjason1997-11-211-19/+16
* * except.c (expand_end_catch_block): Lose call to __sjpopnthrow.jason1997-11-121-11/+1
* * except.c (do_pop_exception): Return a value.jason1997-11-111-0/+1
* * stmt.c (expand_decl_cleanup_no_eh): New fn.jason1997-11-101-47/+85
* * except.c (call_eh_info): Split out...jason1997-11-061-23/+44
* * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replacebrendan1997-11-011-2/+3
* * except.c (push_eh_info): Pass the number of fields - 1 down, notbrendan1997-10-311-1/+3
* Fri Oct 31 01:45:31 1997 Jason Merrill <jason@yorick.cygnus.com>jason1997-10-311-110/+244
* * except.c (expand_exception_blocks): Call do_pending_stack_adust.jason1997-10-201-0/+10