[Issue 675] New: %a format is wrong for denormals. [bug in DMC?]
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Dec 11 06:00:05 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=675
Summary: %a format is wrong for denormals. [bug in DMC?]
Product: D
Version: 0.177
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: clugdbug at yahoo.com.au
I think this is a bug in the DMC library. It also affects the D name-mangling
of template float arguments.
void main()
{
printf("%La %La\n", 0x1p-16382L, 0x1p-16383L);
}
prints:
-----------
0x1p-16382 0x1p-16384
------------
--
More information about the Digitalmars-d-bugs
mailing list