[Issue 17197] Link failure with -m64 on Windows

2017-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17197 --- Comment #2 from Rainer Schuetze --- -msmode now passed for links with the MS Linker by https://github.com/dlang/visuald/releases/tag/v0.44-rc2 --

[Issue 17210] DMD's Failure to Inline Calls in std.array.Appender.put Cause 3x Slowdown

2017-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17210 --- Comment #2 from Jack Stouffer --- BTW, making this @safe by changing the manual code to static if (isBasicType!U) { auto d = (() @trusted => _data.arr.ptr[0 .. len + 1])(); d[len] = cast(Un

[Issue 17242] Specialized templates defined inside functions fail lookup, moving them outside makes them work

2017-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17242 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 17242] New: Specialized templates defined inside functions fail lookup, moving them outside makes them work

2017-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17242 Issue ID: 17242 Summary: Specialized templates defined inside functions fail lookup, moving them outside makes them work Product: D Version: D2 Hardware: All OS:

[Issue 5323] std.math: struct FloatingPointControl, duplicate code and assumes X86

2017-03-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5323 Guillaume Chatelet changed: What|Removed |Added CC||chatelet.guilla...@gmail.co