[Issue 13032] std.internal.math.gammfunction assumes 80-bit real

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 3 10:07:02 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13032

--- Comment #1 from Johannes Pfau <johannespfau at gmail.com> ---
Sorry, testing is not as simple as I initially thought. Mixing code compiled
with -mlong-double-64 and code compiled without is not possible.

So in order to test this on x86 gdc needs to be built from source and
phobos/drutime have to be compiled with "-mlong-double-64" as well.

Use
DFLAGS="-mlong-double-64" ./configure
DFLAGS="-mlong-double-64" make
for this.


It might be simpler to just use one of the existing ARM (cross)compilers and
test on an ARM system.

--


More information about the Digitalmars-d-bugs mailing list