aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-15class.c (finish_struct): If we're a local class in a template function, add a...Jason Merrill1-1/+1
1999-11-14cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1-17/+4
1999-11-07cp-tree.h (begin_new_placement): Remove.Mark Mitchell1-9/+1
1999-09-29Support normal type_info-based EH mechanisms with -fno-rtti.Jason Merrill1-46/+7
1999-09-27cp-tree.h (expand_throw): Remove prototype.Mark Mitchell1-27/+24
1999-09-24cp-tree.h (CPTI_CLEANUP_TYPE): New macro.Mark Mitchell1-1/+0
1999-09-18Turn on function-at-a-time processing.Mark Mitchell1-153/+93
1999-09-12define_function cleanupBernd Schmidt1-2/+1
1999-09-09Reorganize per-function data.Mark Mitchell1-3/+1
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-8/+8
1999-09-07Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell1-1/+1
1999-09-06Get ready for garbage collection.Mark Mitchell1-9/+4
1999-09-04Makefile.in (CXX_TREE_H): Include function.h.Mark Mitchell1-3/+2
1999-08-30cp-tree.h (start_handler_parms): New function.Mark Mitchell1-23/+14
1999-08-26decl.c (grokdeclarator): Amend comment.Mark Mitchell1-0/+2
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-3/+1
1999-08-24exception.cc (__cplus_type_matcher): Call __throw_type_match_rtti_2.Jason Merrill1-42/+2
1999-08-18cp-tree.h (build_lang_field_decl): Remove.Mark Mitchell1-19/+19
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-6/+2
1999-08-14cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell1-16/+8
1999-08-09semantics.c (begin_function_try_block, [...]): New fns.Jason Merrill1-0/+7
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-11/+0
1999-07-20c-common.h: New file.Bernd Schmidt1-8/+0
1999-06-08except.c (complete_ptr_ref_or_void_ptr_p): New function, broken out of ...Nathan Sidwell1-20/+37
1999-06-04* except.c (build_throw): Check throw expression validity.Nathan Sidwell1-0/+24