On Tuesday, 5 November 2019 at 20:50:31 UTC, kinke wrote:
Glad to announce the first beta for LDC 1.19:
* Based on D 2.089.0.
* Slight codegen improvements, incl. a breaking extern(D) ABI
change for Posix x86[_64] targets, and dead branch elimination
for if statements with constant condition (in the hopes of
possibly increasing compilation speed).
* Fixed misc. CMake issues with some LLVM 9 configurations.
* Default Posix linker driver is now `cc` instead of `gcc`.
Full release log and downloads:
https://github.com/ldc-developers/ldc/releases/tag/v1.19.0-beta1
Please help test, and thanks to all contributors!
2.089.0 have bug ..
building hunt library error:
/home/travis/dlang/dmd-2.089.0/linux/bin64/../../src/druntime/import/core/atomic.d(293,64):
Error: template core.internal.atomic.atomicCompareExchangeStrongNoResult
cannot deduce function from argument types !(cast(MemoryOrder)5,
cast(MemoryOrder)5)(IForkJoinTask*, IForkJoinTask, IForkJoinTask), candidates
are:
all logs view:
https://travis-ci.org/huntlabs/hunt/jobs/607449502