LDC 0.11.0 has been released!

bearophile bearophileHUGS at lycos.com
Sun Sep 15 17:27:38 PDT 2013


David Nadlinger:

> The MinGW floating point related issues you reported are fixed 
> in Git master as well.

Good, this encourages me to look for more problems.

If I compile this:


import std.bigint: BigInt;
void main() {
     BigInt(1) + 1;
}


With:
ldmd2 -O -release test.d

Using the LDC 0.11.0 I receive many errors like:

test.obj:fake:(.text$_D3std8internal4math11biguintcore7BigUint19__T11addOrSubIntTmZ11addOrSubIntFxS3std8internal4math11biguintcor...


I compile DMD more than once every week, but I don't look forward 
to compiling LDC2 by myself on Windows. So I'd like LDC2 to 
release pre-compiled binaries for Windows once in a while, like 
once every month.

Bye,
bearophile


More information about the digitalmars-d-ldc mailing list