(expand_builtin, case BUILT_IN_SETJMP): Add test and call for
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 12 Aug 1996 11:44:42 +0000 (07:44 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 12 Aug 1996 11:44:42 +0000 (07:44 -0400)
nonlocal_goto_receiver pattern.

From-SVN: r12621

gcc/expr.c

index 7905fa965c611187c9803be83ac842f0ff32739a..d79546e80cd6c5ee35ed99d0ad72cb5b79085d52 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.  */