This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/81693] FAIL: gcc.dg/torture/pr25967-*.c -O* execution test on darwin


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?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]