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/5753] New: ieee754.h: wrong check __FLOAT_WORD_ORDER


In /usr/include/ieee754.h you can find the following check:

# if    __FLOAT_WORD_ORDER == BIG_ENDIAN

However bits/endian.h defines __BIG_ENDIAN, not BIG_ENDIAN.

-- 
           Summary: ieee754.h: wrong check __FLOAT_WORD_ORDER
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: aj at suse dot de
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: armv5tejl-unknown-linux-gnu
  GCC host triplet: armv5tejl-unknown-linux-gnu
GCC target triplet: armv5tejl-unknown-linux-gnu


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

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