x87 appears to not be available, backend tries to use longdouble module, but its disabled. May effect ldc & rest of compiler to just turn it on.
So filing.
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_zero
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_one
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_pi
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_log2t
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_log2e
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_log2
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
^
src/dmd/backend/x86/cg87.d(656): Error: undefined identifier ld_ln2
[ld_zero,ld_one,ld_pi,ld_log2t,ld_log2e,ld_log2,ld_ln2];
x87 appears to not be available, backend tries to use longdouble module, but its disabled. May effect ldc & rest of compiler to just turn it on.
So filing.