* builtins.def (BUILT_IN_SETJMP): Declare as library builtin instead
commit9af41a77256b7ae3615225662535af9ee277386a
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Oct 2017 22:17:16 +0000 (7 22:17 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Oct 2017 22:17:16 +0000 (7 22:17 +0000)
treed5420a2ce2b9fcdfc0cbfa310180030dd78052d0
parentd11013dc3afc33a424248c9700b26427de6b623e
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253515 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.def
gcc/except.c