diff options
Diffstat (limited to 'gcc/tree-optimize.c')
-rw-r--r-- | gcc/tree-optimize.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index 0678889..8bed915 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -209,6 +209,12 @@ execute_free_cfg_annotations (void) /* And get rid of annotations we no longer need. */ delete_tree_cfg_annotations (); + +#ifdef ENABLE_CHECKING + /* Once the statement annotations have been removed, we can verify + the integrity of statements in the EH throw table. */ + verify_eh_throw_table_statements (); +#endif } struct tree_opt_pass pass_free_cfg_annotations = |