aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-02Kill -fhonor-std.Nathan Sidwell1-5/+2
2001-06-19except.c (initialize_handler_parm): Expect __cxa_begin_catch to return pointe...Richard Sandiford1-3/+3
2001-05-21cp-tree.def (START_CATCH_STMT): Lose.Jason Merrill1-22/+2
2001-05-17except.h (protect_cleanup_actions): Remove it.Mark Mitchell1-2/+15
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg1-20/+42
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-04-27except.c (can_convert_eh): Don't check template parms, typename types etc.Nathan Sidwell1-1/+1
2001-04-22except.c (build_throw): Wrap the initialization of the exception object in a ...Jason Merrill1-8/+5
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-652/+318
2001-03-28decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...Richard Henderson1-0/+1
2001-03-27Make -fsjlj-exceptions a configure option.Richard Henderson1-3/+3
2001-03-22Make-lang.in (cp/except.o): Don't depend on insn-flags.h.Richard Henderson1-1/+0
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-0/+1
2001-03-15Correct semantics restrictions checking in throw-expression.Gabriel Dos Reis1-1/+34
2001-02-27except.c (call_eh_info): Revert "match_function"'s type.Jeffrey Oldham1-2/+2
2001-02-26except.c (call_eh_info): Cleanup generation of cp_eh_info struct.Nathan Sidwell1-38/+61
2001-02-12Remove old ABI support.Mark Mitchell1-5/+1
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-1/+4
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-3/+2
2000-12-04mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".Jason Merrill1-11/+11
2000-10-18c-common.h (flag_no_builtin): Declare.Mark Mitchell1-1/+1
2000-09-20except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and users.Hans-Peter Nilsson1-32/+0
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+1
2000-07-01Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf1-1/+1
2000-06-20call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell1-1/+1
2000-05-24cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable and bitfield ...Mark Mitchell1-19/+19
2000-05-20top level:Zack Weinberg1-0/+2
2000-05-14except.c (check_handlers): New fn.Jason Merrill1-0/+84
2000-05-03cp-tree.def (THUNK_DECL): Remove.Mark Mitchell1-1/+1
2000-04-12cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.Mark Mitchell1-9/+18
2000-03-19emit-rtl.c (push_to_full_sequence, [...]): New functions.Martin v. Löwis1-2/+2
2000-03-14Jeff Sturm <jsturm@sigma6.com>Jeff Sturm1-1/+1
2000-03-13decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.Jason Merrill1-14/+37
2000-03-11exception.cc (__check_null_eh_spec): New fn.Jason Merrill1-27/+46
2000-03-10decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.Jason Merrill1-0/+1
2000-03-10lang-options.h, decl2.c: Add -fno-enforce-eh-specs.Jason Merrill1-0/+27
2000-03-10decl.c (push_overloaded_decl_1, [...]): Lose.Jason Merrill1-74/+20
2000-03-09tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill1-0/+5
2000-03-02cp-tree.h (build_java_class_ref): Declare.Tom Tromey1-9/+138
2000-02-26Fix copyrightsJeff Law1-1/+1
2000-02-22Refer to the standard as an ISO document, not an ANSI one.Martin v. Löwis1-1/+1
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-17/+18
2000-01-18cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.Nathan Sidwell1-2/+3
1999-12-17cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.Mark Mitchell1-43/+0
1999-12-15cp-tree.h (make_aggr_type): Declare.Richard Henderson1-3/+3
1999-12-09except.c (expand_throw): Add static attribute to match prototype.Andreas Jaeger1-1/+1
1999-11-25Make-lang.in (CXX_SRCS): Add optimize.c.Mark Mitchell1-7/+6
1999-11-18except.c (expand_end_catch_block): Fix typo.Mark Mitchell1-9/+4