This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix missing stack adjustment from expand_builtin_setjmp
- From: Richard Henderson <rth at redhat dot com>
- To: Olivier Hainque <hainque at act-europe dot fr>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 30 Aug 2003 15:42:25 -0700
- Subject: Re: Fix missing stack adjustment from expand_builtin_setjmp
- References: <20030830150447.A28884@rome.int.act-europe.fr>
On Sat, Aug 30, 2003 at 03:04:47PM +0200, Olivier Hainque wrote:
> * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around
> the != 0 case, which ensures pending stack adjustments are flushed.
Ok.
r~