aboutsummaryrefslogtreecommitdiff
path: root/gcc/cilk-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cilk-common.c')
-rw-r--r--gcc/cilk-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cilk-common.c b/gcc/cilk-common.c
index afe88c9..f2a3b75 100644
--- a/gcc/cilk-common.c
+++ b/gcc/cilk-common.c
@@ -264,6 +264,7 @@ cilk_init_builtins (void)
/* __cilkrts_rethrow (struct stack_frame *); */
cilk_rethrow_fndecl = install_builtin ("__cilkrts_rethrow", fptr_fun,
BUILT_IN_CILK_RETHROW, false);
+ TREE_NOTHROW (cilk_rethrow_fndecl) = 0;
/* __cilkrts_save_fp_ctrl_state (__cilkrts_stack_frame *); */
cilk_save_fp_fndecl = install_builtin ("__cilkrts_save_fp_ctrl_state",