* stmt.c (expand_nl_goto_receiver): Remove almost-copy of
commit9c2ac5939f2f4115d7052af9aba886bd3773d28a
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Oct 2012 09:22:11 +0000 (22 09:22 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Oct 2012 09:22:11 +0000 (22 09:22 +0000)
treeec49f89bda96be4ab7f93d0fccc3cdd469f8a4fe
parent3a74eaf92be518a8d147337df00d5fb9af9379d6
* stmt.c (expand_nl_goto_receiver): Remove almost-copy of
expand_builtin_setjmp_receiver.
(expand_label): Adjust, call expand_builtin_setjmp_receiver
with NULL for the label parameter.
* builtins.c (expand_builtin_setjmp_receiver): Don't clobber
the frame-pointer.  Adjust comments.
[HAVE_builtin_setjmp_receiver]: Emit builtin_setjmp_receiver
only if LABEL is non-NULL.

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