summaryrefslogtreecommitdiffstats
path: root/gcc/except.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 172bac4d904..46b1f47879e 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -226,6 +226,11 @@ extern void check_exception_handler_labels PROTO((void));
extern struct label_node *caught_return_label_stack;
+/* Keeps track of the label used as the context of a throw to rethrow an
+ exception to the outer exception region. */
+
+extern struct label_node *outer_context_label_stack;
+
/* A random area used for purposes elsewhere. */
extern struct label_node *false_label_stack;
OpenPOWER on IntegriCloud