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/1384] New: test-float and test-double failures compiling with gcc-4.1


It seems that gcc-4.1 is getting getting more agressive using the powerpc
fused-multiply-add (fmadd) which impacts the code gen for the bessel functions
in ./dbl-64/e_j1.c, ./dbl-64/e_j1.c, ./flt-32/e_j1f.c, ./flt-32/e_j1f.c. The
changes the rounding a bit and results in a 1-2 bit (ulp) difference in the
result from the code generated by gcc-3.4. This only seemd to impacts the y1()
yn() functions.

-- 
           Summary: test-float and test-double failures compiling with gcc-
                    4.1
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: aj at suse dot de
        ReportedBy: sjmunroe at us dot ibm dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: powerpc-*-linux
  GCC host triplet: powerpc-*-linux
GCC target triplet: powerpc-*-linux


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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