[Issue 17596] dmd d 2.073.2 and 2.074.1 interim generated dmd segfaults on FreeBSD 12-CURRENT

2018-08-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17596 --- Comment #23 from Jonathan M Davis --- And this is my PR with the binding changes that are required to get the druntime and Phobos unit tests and the dmd test suite passing: https://github.com/dlang/druntime/pull/2280 (In reply to Martin Nowak f

[Issue 18078] [CTFE] wrong initialization of array member with inout opIndex

2018-08-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18078 ag0aep6g changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 19097] Extend Return Scope Semantics

2018-08-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19097 --- Comment #5 from Walter Bright --- (In reply to Mike Franklin from comment #4) > How does `return` apply to a function that has no `return` type? If the return type is 'void', and the first parameter is by 'ref', the 'return' applies to the first