From: Jim Wilson Date: Thu, 16 Sep 1993 06:13:29 +0000 (-0700) Subject: (struct function): New field has_nonlocal_goto. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67664664213e7c3fa9011e700786e2a218f5dea0;p=gcc.git (struct function): New field has_nonlocal_goto. From-SVN: r5337 --- 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;