aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl.c')
-rw-r--r--gcc/cp/decl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index ca21b48..77f5fd5 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.c
@@ -5585,6 +5585,9 @@ init_decl_processing ()
/* Prepare to check format strings against argument lists. */
init_function_format_info ();
+
+ /* Show we use EH for cleanups. */
+ using_eh_for_cleanups ();
}
/* initialize type descriptor type node of various rtti type. */