summaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
Commit message (Expand)AuthorAgeFilesLines
* * Make-lang.in, call.c, class.c, decl2.c, except.c, expr.c,kazu2004-01-211-1/+1
* PR c++/11725jason2004-01-181-1/+4
* * call.c: Fix comment formatting.kazu2003-12-211-2/+2
* * init.c (build_new_1): Deal with an OVERLOAD set whengiovannibajo2003-12-091-0/+5
* * name-lookup.c, init.c, except.c: Revert Giovanni's patch fromjason2003-12-081-5/+0
* PR c++/2294giovannibajo2003-12-071-1/+6
* PR c++/12175hubicka2003-09-291-0/+2
* * name-lookup.h (get_global_value_if_present): New function.gdr2003-09-271-21/+7
* * decl2.c (mark_member_pointers): Rename to...hubicka2003-08-151-10/+24
* * cp-tree.h (build_scoped_method_call): Remove.mmitchel2003-07-081-6/+3
* * except.c: Remove duplicate declaration of push_eh_cleanup.aj2003-06-171-1/+0
* * input.h (lineno): Rename to ...nathan2003-05-011-5/+6
* * except.c (init_exception_processing): Use C90 prototype style.gdr2003-03-071-73/+45
* * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.jason2003-01-031-2/+2
* 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>aj2003-01-021-1/+1
* * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,neil2003-01-011-4/+4
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* PR c++/8461, c++/8625jason2002-12-041-21/+5
* PR c++/8332mmitchel2002-12-011-1/+1
* PR c++/8186jason2002-10-311-4/+23
* * ChangeLog: Follow spelling conventions.kazu2002-09-211-1/+1
* * error.c: Fix comment formatting.kazu2002-09-141-1/+1
* Rework build_component_ref.mmitchel2002-08-081-6/+2
* Index: ChangeLoggeoffk2002-08-051-1/+0
* * c-decl.c (grokdeclarator): Update.neil2002-04-011-1/+1
* * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.jason2002-03-011-36/+119
* * cp-tree.h: Delete #defines for cp_error, cp_warning,zack2001-12-181-7/+7
* * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,jsm282001-12-161-1/+1
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-1/+1
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* .:nathan2001-08-021-5/+2
* * except.c (initialize_handler_parm): Expect __cxa_begin_catch tojason2001-06-191-3/+3
* * cp-tree.def (START_CATCH_STMT): Lose.jason2001-05-211-22/+2
* * except.h (protect_cleanup_actions): Remove it.mmitchel2001-05-171-2/+15
* gcc/cp:zack2001-05-131-20/+42
* cp:ghazi2001-05-021-2/+2
* cp:nathan2001-04-271-1/+1
* * except.c (build_throw): Wrap the initialization of the exceptionjason2001-04-221-8/+5
* IA-64 ABI Exception Handling.rth2001-03-281-652/+318
* * decl.c (struct named_label_list): Rename eh_region torth2001-03-281-0/+1
* Make -fsjlj-exceptions a configure option.rth2001-03-281-3/+3
* * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.rth2001-03-221-1/+0
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-0/+1
* cp/gdr2001-03-151-1/+34
* 2001-02-27 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-02-271-2/+2
* * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.nathan2001-02-261-38/+61
* Remove old ABI support.mmitchel2001-02-121-5/+1
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-1/+4
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-3/+2
* * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".jason2000-12-041-11/+11