builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead of GCC builtin...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 7 Oct 2017 22:17:16 +0000 (22:17 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 7 Oct 2017 22:17:16 +0000 (22:17 +0000)
commit06fc54dd64ad01755a95c0f44bcdd344be1f19d6
treed5420a2ce2b9fcdfc0cbfa310180030dd78052d0
parent2fcd5884177d490c5cdc36464bd6b0a3bc4e8d54
builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead of GCC builtin if...

* builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead
of GCC builtin if DONT_USE_BUILTIN_SETJMP is defined.
* except.c (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is
defined, force the creation of a new block for a dispatch label.

From-SVN: r253515
gcc/ChangeLog
gcc/builtins.def
gcc/except.c