aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/gimple-low.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/gimple-low.c')
-rw-r--r--gcc-4.9/gcc/gimple-low.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/gimple-low.c b/gcc-4.9/gcc/gimple-low.c
index da3fb9fb3..6d4dab96f 100644
--- a/gcc-4.9/gcc/gimple-low.c
+++ b/gcc-4.9/gcc/gimple-low.c
@@ -722,7 +722,7 @@ lower_builtin_setjmp (gimple_stmt_iterator *gsi)
these builtins are modelled as non-local label jumps to the label
that is passed to these two builtins, so pretend we have a non-local
label during GIMPLE passes too. See PR60003. */
- cfun->has_nonlocal_label = true;
+ cfun->has_nonlocal_label = 1;
/* NEXT_LABEL is the label __builtin_longjmp will jump to. Its address is
passed to both __builtin_setjmp_setup and __builtin_setjmp_receiver. */