This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/81693] FAIL: gcc.dg/torture/pr25967-*.c -O* execution test on darwin
- From: "hjl.tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 03 Aug 2017 15:26:28 +0000
- Subject: [Bug target/81693] FAIL: gcc.dg/torture/pr25967-*.c -O* execution test on darwin
- Auto-submitted: auto-generated
- References: <bug-81693-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81693
--- Comment #10 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Dominique d'Humieres from comment #9)
> (lldb) b main
> Breakpoint 2: where = a.out`main at pr25967-1.c:55, address =
> 0x0000000100000f4f
> (lldb) disass -a 0x0000000100000f4f
> a.out`main:
> 0x100000f4f <+0>: pushq $0x12345675 ; imm = 0x12345675
> 0x100000f54 <+5>: pushq $0x12345674 ; imm = 0x12345674
> 0x100000f59 <+10>: pushq $0x12345673 ; imm = 0x12345673
> 0x100000f5e <+15>: pushq $0x12345672 ; imm = 0x12345672
> 0x100000f63 <+20>: pushq $0x12345671 ; imm = 0x12345671
> 0x100000f68 <+25>: pushq $0x12345670 ; imm = 0x12345670
> 0x100000f6d <+30>: jmp 0x100000ee8 ; fn at
> pr25967-1.c:34
> 0x100000f72 <+35>: movl $0x0, %eax
> 0x100000f77 <+40>: retq
Where is
and $0xfffffffffffffff0,%rsp
my patch added?