This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 math/13563] LoP asinl returns unexpected value on long double


http://sourceware.org/bugzilla/show_bug.cgi?id=13563

Steven Munroe <sjmunroe at us dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Steven Munroe <sjmunroe at us dot ibm.com> 2012-01-05 14:44:59 UTC ---
I did not see any info on which distro and release?

But it looks like this is fixed up stream, And the fix is available via the
advance toolchain:
http://ausgsa.ibm.com/projects/p/ppctoolchain/web/public/at/at5.0/suse/SLES_10/

sjmunroe@spokane1:~/src> export PATH=/opt/at5.0/bin:$PATH
sjmunroe@spokane1:~/src> gcc -O2 -g bugz-13563.c -lm -o bugz-13563
sjmunroe@spokane1:~/src> ./bugz-13563
size of long double=16 long=8
0 0 0 37DF8
1
1.57079632679489646222207582326

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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