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/17724] New: __rintl namespace


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

            Bug ID: 17724
           Summary: __rintl namespace
           Product: glibc
           Version: 2.20
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: schwab@linux-m68k.org

sysdeps/ieee754/ldbl-128ibm/s_rintl.c is calling fesetround which is not in
C89, but __rintl is called by __kernel_standard which is called by acos.

[initial] __acos -> [libm.a(w_acos.o)] __kernel_standard ->
[libm.a(k_standard.o)] __rintl -> [libm.a(s_rintl.o)] fesetround

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