diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index f90830b94f4..e31f4841674 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -133,6 +133,7 @@ struct function /* For exception handling information. */ struct eh_stack ehstack; + struct eh_stack catchstack; struct eh_queue ehqueue; rtx catch_clauses; struct label_node *false_label_stack; |