summaryrefslogtreecommitdiff
path: root/gcc/java/java-except.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/java-except.h')
-rw-r--r--gcc/java/java-except.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/java/java-except.h b/gcc/java/java-except.h
index b536ce0623e..0646d61b591 100644
--- a/gcc/java/java-except.h
+++ b/gcc/java/java-except.h
@@ -50,6 +50,9 @@ struct eh_range
/* True if this range has already been expanded. */
int expanded;
+
+ /* The TRY_CATCH_EXPR for this EH range. */
+ tree stmt;
};
/* A dummy range that represents the entire method. */