NetBSD lit test failed: codegen/gh1955.d

Nikolay via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu May 11 22:42:00 PDT 2017


On Thursday, 11 May 2017 at 12:49:14 UTC, kinke wrote:
> I'm pleased this recently added test already pays off. 
> Apparently there's a mismatch between druntime's 
> rt.monitor_.Mutex (size = 48 bytes) and the size used by the 
> compiler directly in `Target::critsecsize()` (8 bytes), see 
> https://github.com/ldc-developers/ldc/blob/master/gen/target.cpp#L127-L177.

Thanks!

I created PR #2109. Now I have no fails in LDC lit test suite (PR 
#1826 from dlang/druntime needed)!


More information about the digitalmars-d-ldc mailing list