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/9760] New: Problem in FP_UNION_D and FP_UNION_S when unsigned type is 16-bits


I'm porting soft-fp to a target where 'unsigned' is 16-bits. This causes a 
problem in double.h and single.h in the structures FP_UNION_D and FP_UNION_S, 
because _FP_W_TYPE_SIZE (32) is wider than unsigned.

Should the unsigned type be changed to a target specific type, or perhaps even 
use _FP_W_TYPE?

-- 
           Summary: Problem in FP_UNION_D and FP_UNION_S when unsigned type
                    is 16-bits
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: aj at suse dot de
        ReportedBy: jon at beniston dot com
                CC: glibc-bugs at sources dot redhat dot com


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

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