From 67664664213e7c3fa9011e700786e2a218f5dea0 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 15 Sep 1993 23:13:29 -0700 Subject: [PATCH] (struct function): New field has_nonlocal_goto. From-SVN: r5337 --- gcc/function.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/function.h b/gcc/function.h index 209e44a93f9..df6279d972f 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -65,6 +65,7 @@ struct function int calls_longjmp; int calls_alloca; int has_nonlocal_label; + int has_nonlocal_goto; rtx nonlocal_goto_handler_slot; rtx nonlocal_goto_stack_level; tree nonlocal_labels; -- 2.30.2