OSDN Git Service

* config/s390/s390.c (s390_fixup_clobbered_return_reg):
[pf3gnuchains/gcc-fork.git] / gcc / except.h
1 /* Exception Handling interface routines.
2    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
3    Free Software Foundation, Inc.
4    Contributed by Mike Stump <mrs@cygnus.com>.
5
6 This file is part of GCC.
7
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 2, or (at your option) any later
11 version.
12
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16 for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING.  If not, write to the Free
20 Software Foundation, 59 Temple Place - Suite 330, Boston, MA
21 02111-1307, USA.  */
22
23
24 struct function;
25
26 struct inline_remap;
27
28 /* Per-function EH data.  Used only in except.c, but GC and others
29    manipulate pointers to the opaque type.  */
30 struct eh_status;
31
32 /* Internal structure describing a region.  */
33 struct eh_region;
34
35 /* Test: is exception handling turned on?  */
36 extern int doing_eh                             PARAMS ((int));
37
38 /* Start an exception handling region.  All instructions emitted after
39    this point are considered to be part of the region until an
40    expand_eh_region_end variant is invoked.  */
41 extern void expand_eh_region_start              PARAMS ((void));
42
43 /* End an exception handling region for a cleanup.  HANDLER is an
44    expression to expand for the cleanup.  */
45 extern void expand_eh_region_end_cleanup        PARAMS ((tree));
46
47 /* End an exception handling region for a try block, and prepares
48    for subsequent calls to expand_start_catch.  */
49 extern void expand_start_all_catch              PARAMS ((void));
50
51 /* Begin a catch clause.  TYPE is an object to be matched by the
52    runtime, or a list of such objects, or null if this is a catch-all
53    clause.  */
54 extern void expand_start_catch                  PARAMS ((tree));
55
56 /* End a catch clause.  Control will resume after the try/catch block.  */
57 extern void expand_end_catch                    PARAMS ((void));
58
59 /* End a sequence of catch handlers for a try block.  */
60 extern void expand_end_all_catch                PARAMS ((void));
61
62 /* End an exception region for an exception type filter.  ALLOWED is a
63    TREE_LIST of TREE_VALUE objects to be matched by the runtime.
64    FAILURE is a function to invoke if a mismatch occurs.  */
65 extern void expand_eh_region_end_allowed        PARAMS ((tree, tree));
66
67 /* End an exception region for a must-not-throw filter.  FAILURE is a
68    function to invoke if an uncaught exception propagates this far.  */
69 extern void expand_eh_region_end_must_not_throw PARAMS ((tree));
70
71 /* End an exception region for a throw.  No handling goes on here,
72    but it's the easiest way for the front-end to indicate what type
73    is being thrown.  */
74 extern void expand_eh_region_end_throw          PARAMS ((tree));
75
76 /* End a fixup region.  Within this region the cleanups for the immediately
77    enclosing region are _not_ run.  This is used for goto cleanup to avoid
78    destroying an object twice.  */
79 extern void expand_eh_region_end_fixup          PARAMS ((tree));
80
81 /* Invokes CALLBACK for every exception handler label.  Only used by old
82    loop hackery; should not be used by new code.  */
83 extern void for_each_eh_label                   PARAMS ((void (*) (rtx)));
84
85 /* Determine if the given INSN can throw an exception.  */
86 extern bool can_throw_internal                  PARAMS ((rtx));
87 extern bool can_throw_external                  PARAMS ((rtx));
88
89 /* Set current_function_nothrow and cfun->all_throwers_are_sibcalls.  */
90 extern void set_nothrow_function_flags          PARAMS ((void));
91
92 /* After initial rtl generation, call back to finish generating
93    exception support code.  */
94 extern void finish_eh_generation                PARAMS ((void));
95
96 extern void init_eh                             PARAMS ((void));
97 extern void init_eh_for_function                PARAMS ((void));
98
99 extern rtx reachable_handlers                   PARAMS ((rtx));
100 extern void maybe_remove_eh_handler             PARAMS ((rtx));
101
102 extern void convert_from_eh_region_ranges       PARAMS ((void));
103 extern void convert_to_eh_region_ranges         PARAMS ((void));
104 extern void find_exception_handler_labels       PARAMS ((void));
105 extern bool current_function_has_exception_handlers PARAMS ((void));
106 extern void output_function_exception_table     PARAMS ((void));
107
108 extern void expand_builtin_unwind_init          PARAMS ((void));
109 extern rtx expand_builtin_eh_return_data_regno  PARAMS ((tree));
110 extern rtx expand_builtin_extract_return_addr   PARAMS ((tree));
111 extern void expand_builtin_init_dwarf_reg_sizes PARAMS ((tree));
112 extern rtx expand_builtin_frob_return_addr      PARAMS ((tree));
113 extern rtx expand_builtin_dwarf_fp_regnum       PARAMS ((void));
114 extern void expand_builtin_eh_return            PARAMS ((tree, tree));
115 extern void expand_eh_return                    PARAMS ((void));
116 extern rtx get_exception_pointer                PARAMS ((struct function *));
117 extern int duplicate_eh_regions                 PARAMS ((struct function *,
118                                                  struct inline_remap *));
119
120 extern void sjlj_emit_function_exit_after       PARAMS ((rtx));
121
122
123 /* If non-NULL, this is a function that returns an expression to be
124    executed if an unhandled exception is propagated out of a cleanup
125    region.  For example, in C++, an exception thrown by a destructor
126    during stack unwinding is required to result in a call to
127    `std::terminate', so the C++ version of this function returns a
128    CALL_EXPR for `std::terminate'.  */
129 extern tree (*lang_protect_cleanup_actions) PARAMS ((void));
130
131 /* Return true if type A catches type B.  */
132 extern int (*lang_eh_type_covers) PARAMS ((tree a, tree b));
133
134 /* Map a type to a runtime object to match type.  */
135 extern tree (*lang_eh_runtime_type) PARAMS ((tree));
136
137
138 /* Just because the user configured --with-sjlj-exceptions=no doesn't
139    mean that we can use call frame exceptions.  Detect that the target
140    has appropriate support.  */
141
142 #if ! (defined (EH_RETURN_DATA_REGNO)                   \
143        && (defined (IA64_UNWIND_INFO)                   \
144            || (DWARF2_UNWIND_INFO                       \
145                && defined (EH_RETURN_STACKADJ_RTX)      \
146                && (defined (EH_RETURN_HANDLER_RTX)      \
147                    || defined (HAVE_eh_return)))))
148 #define MUST_USE_SJLJ_EXCEPTIONS        1
149 #else
150 #define MUST_USE_SJLJ_EXCEPTIONS        0
151 #endif
152
153 #ifdef CONFIG_SJLJ_EXCEPTIONS
154 # if CONFIG_SJLJ_EXCEPTIONS == 1
155 #  define USING_SJLJ_EXCEPTIONS         1
156 # endif
157 # if CONFIG_SJLJ_EXCEPTIONS == 0
158 #  define USING_SJLJ_EXCEPTIONS         0
159 #  ifndef EH_RETURN_DATA_REGNO
160     #error "EH_RETURN_DATA_REGNO required"
161 #  endif
162 #  ifndef EH_RETURN_STACKADJ_RTX
163     #error "EH_RETURN_STACKADJ_RTX required"
164 #  endif
165 #  if !defined(EH_RETURN_HANDLER_RTX) && !defined(HAVE_eh_return)
166     #error "EH_RETURN_HANDLER_RTX or eh_return required"
167 #  endif
168 #  if !defined(DWARF2_UNWIND_INFO) && !defined(IA64_UNWIND_INFO)
169     #error "{DWARF2,IA64}_UNWIND_INFO required"
170 #  endif
171 # endif
172 #else
173 # define USING_SJLJ_EXCEPTIONS          MUST_USE_SJLJ_EXCEPTIONS
174 #endif