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 #9 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
(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

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