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/16347] New: ldbl-128/e_lgammal_r.c may not be suitable for ldbl-128ibm


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

            Bug ID: 16347
           Summary: ldbl-128/e_lgammal_r.c may not be suitable for
                    ldbl-128ibm
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: schwab@linux-m68k.org
            Target: powerpc*-*-*

In file included from ../sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c:2:0:
../sysdeps/ieee754/ldbl-128/e_lgammal_r.c:75:1: warning: floating constant
exceeds range of 'long double' [-Woverflow]
static const long double MAXLGM =
1.0485738685148938358098967157129705071571E4928L;
^
../sysdeps/ieee754/ldbl-128/e_lgammal_r.c:78:1: warning: floating constant
exceeds range of 'long double' [-Woverflow]
static const long double huge = 1.0e4000L;
^

-- 
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]