Compilation bug in LDC 0.12.0 with fasta Benchmark

Christian Kamm via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Jul 6 06:52:45 PDT 2014


On 06.07.2014 15:42, Thomas Mader wrote:
> The benchmark [1] compiles and runs without problems with gdc and dmd.
> With LDC 0.12.0 the compilation executes without problems but the
> executable run with './fasta_2 500' results in no console output.
>
> If someone can confirm this bug for the newest LDC version then I will
> create a bugzilla entry.
>
> [1] https://github.com/ThomasMader/benchmark/blob/master/src/fasta_2.d

Works for me with LDC master using -O -release.

Cheers,
Christian



More information about the digitalmars-d-ldc mailing list