public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/17748] New: fe* function calls yield link namespace conform failures on dbl-64 hosts
@ 2014-12-22 20:55 cmetcalf at ezchip dot com
  2014-12-31 22:09 ` [Bug math/17748] " cvs-commit at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: cmetcalf at ezchip dot com @ 2014-12-22 20:55 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17748

            Bug ID: 17748
           Summary: fe* function calls yield link namespace conform
                    failures on dbl-64 hosts
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: cmetcalf at ezchip dot com

Looking at the conform/*/math.h/linknamespace results, it seems to be that 
SET_RESTORE_ROUND_53BIT in sysdeps/ieee754/dbl-64/s_sin.c (for example) calls 
through to feupdateenv() and other similar routines: 

[initial] __sqrt -> [libm.a(w_sqrt.o)] __ieee754_sqrt -> [libm.a(e_sqrt.o)]
fegetround
[initial] __sqrt -> [libm.a(w_sqrt.o)] __ieee754_sqrt -> [libm.a(e_sqrt.o)]
fesetenv
[initial] __cos -> [libm.a(s_sin.o)] feupdateenv
[initial] __remainder -> [libm.a(w_remainder.o)] __ieee754_remainder ->
[libm.a(e_remainder.o)] fegetenv
[initial] __asinh -> [libm.a(s_asinh.o)] __ieee754_sqrt -> [libm.a(e_sqrt.o)]
fegetround
[initial] __remainder -> [libm.a(w_remainder.o)] __ieee754_remainder ->
[libm.a(e_remainder.o)] fesetenv 

We should convert to using the __fe* names instead of the fe* names.  Machines
with inline libc_fe* definitions would not normally see these issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-01-14 21:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-22 20:55 [Bug math/17748] New: fe* function calls yield link namespace conform failures on dbl-64 hosts cmetcalf at ezchip dot com
2014-12-31 22:09 ` [Bug math/17748] " cvs-commit at gcc dot gnu.org
2015-01-02 20:45 ` cvs-commit at gcc dot gnu.org
2015-01-05 23:07 ` cvs-commit at gcc dot gnu.org
2015-01-06 23:37 ` cvs-commit at gcc dot gnu.org
2015-01-07  0:42 ` cvs-commit at gcc dot gnu.org
2015-01-07 19:02 ` cvs-commit at gcc dot gnu.org
2015-01-07 19:03 ` jsm28 at gcc dot gnu.org
2015-01-14 21:37 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).