[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gettext] [bug #56109] pow() test fails
From: |
Tomasz Kłoczko |
Subject: |
[bug-gettext] [bug #56109] pow() test fails |
Date: |
Fri, 12 Apr 2019 07:23:09 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36 |
Follow-up Comment #16, bug #56109 (project gettext):
$ gcc -O2 -S test-pow.c && cat test-pow.s
.file "test-pow.c"
.text
.section .text.startup,"ax",@progbits
.p2align 4
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
subq $8, %rsp
.cfi_def_cfa_offset 16
movsd .LC0(%rip), %xmm0
movapd %xmm0, %xmm1
call *funcptr(%rip)
addsd .LC1(%rip), %xmm0
movl $1, %eax
movsd .LC2(%rip), %xmm1
comisd %xmm0, %xmm1
ja .L1
xorl %eax, %eax
comisd .LC3(%rip), %xmm0
seta %al
.L1:
addq $8, %rsp
.cfi_def_cfa_offset 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.comm l_ret,16,16
.comm d_ret,8,8
.comm f_ret,4,4
.comm i_ret,4,4
.globl funcptr
.data
.align 8
.type funcptr, @object
.size funcptr, 8
funcptr:
.quad pow
.section .rodata.cst8,"aM",@progbits,8
.align 8
.LC0:
.long 2610202341
.long 1073341303
.align 8
.LC1:
.long 692754423
.long 1073835387
.align 8
.LC2:
.long 858993459
.long 1070805811
.align 8
.LC3:
.long 858993459
.long 1073427251
.ident "GCC: (GNU) 9.0.1 20190328 (Red Hat 9.0.1-0.12)"
.section .note.GNU-stack,"",@progbits
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56109>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [bug-gettext] [bug #56109] pow() test fails, (continued)
- [bug-gettext] [bug #56109] pow() test fails, Tomasz Kłoczko, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Bruno Haible, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Tomasz Kłoczko, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Bruno Haible, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Tomasz Kłoczko, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Tomasz Kłoczko, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Bruno Haible, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Tomasz Kłoczko, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Bruno Haible, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails, Bruno Haible, 2019/04/09
- [bug-gettext] [bug #56109] pow() test fails,
Tomasz Kłoczko <=
- [bug-gettext] [bug #56109] pow() test fails, Tomasz Kłoczko, 2019/04/12
- [bug-gettext] [bug #56109] pow() test fails, Tomasz Kłoczko, 2019/04/12
- [bug-gettext] [bug #56109] many autoconf tests produce wrong results with CC="gcc -flto", Bruno Haible, 2019/04/12