[Bug math/9760] New: Problem in FP_UNION_D and FP_UNION_S when unsigned type is 16-bits
jon at beniston dot com
sourceware-bugzilla@sourceware.org
Mon Jan 19 01:28:00 GMT 2009
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.
More information about the Glibc-bugs
mailing list