OSDN Git Service

(expand_builtin, case BUILT_IN_SETJMP): Add test and call for
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Aug 1996 11:44:42 +0000 (11:44 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Aug 1996 11:44:42 +0000 (11:44 +0000)
nonlocal_goto_receiver pattern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12621 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.c

index 7905fa9..d79546e 100644 (file)
@@ -8894,6 +8894,10 @@ expand_builtin (exp, target, subtarget, mode, ignore)
          }
 #endif
 
+#ifdef HAVE_nonlocal_goto_receiver
+       if (HAVE_nonlocal_goto_receiver)
+         emit_insn (gen_nonlocal_goto_receiver ());
+#endif
        /* The static chain pointer contains the address of dummy function.
           We need to call it here to handle some PIC cases of restoring
           a global pointer.  Then return 1.  */