LDC 1.23.0-beta1

Kagamin spam at here.lot
Sat Jul 18 05:47:51 UTC 2020


Just found an old bug. Atomics modify immutable data:
---
import ldc.intrinsics;
void f(immutable int* a)
{
     llvm_atomic_rmw_add(a,1);
}
---


More information about the Digitalmars-d-announce mailing list