https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81693

--- Comment #23 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Dominique d'Humieres from comment #22)
> The test succeeds with -m32 (but fails with -m64) with the following change
> 
> +  /* Align exception handler stack to 16 bytes.  */
> +  asm ("and  $-8, %" STACK_POINTER ";        \
> +        push $" STRING (SS) ";               \

That is expected.  Does gcc.dg/torture/pr25967-2.c pass for both
-m32 and -m64?

Reply via email to