[Issue 19194] version for `-mscrtlib` specification

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19194 --- Comment #4 from Manu --- A different way: https://github.com/dlang/dmd/pull/8701 --

[Issue 19249] New: Trying to build DMD for windows with LDC fails

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19249 Issue ID: 19249 Summary: Trying to build DMD for windows with LDC fails Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: normal

[Issue 10560] Enum typed as int with value equal to 0 or 1 prefer bool over int overload

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10560 Mike Franklin changed: What|Removed |Added Keywords||pull CC|

[Issue 9999] Integer literal 0 and 1 should prefer integer type in overload resolution

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id= --- Comment #16 from Mike Franklin --- A DIP has been submitted to address this issue: https://github.com/dlang/DIPs/blob/master/DIPs/DIP1015.md A PR implementing the DIP can be found at https://github.com/dlang/dmd/pull/7310 --

[Issue 19248] Wrong mangle for C++ const STL classes/structs

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19248 --- Comment #2 from Илья Ярошенко --- related bug https://issues.dlang.org/show_bug.cgi?id=18957 --

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 --- Comment #4 from Илья Ярошенко --- (In reply to Manu from comment #0) > extern (C++, std) > { > struct test {} > } > extern (C++) void test(ref const(std.test) t) {} > > Expect: _Z4testRKNSt4testE > Actual: _Z4testRKN3std4testE Actual should

[Issue 19248] Wrong mangle for C++ const STL classes/structs

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19248 Илья Ярошенко changed: What|Removed |Added Severity|blocker |regression --

[Issue 18957] extern(C++) doesn't mangle 'std' correctly on posix systems

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18957 Илья Ярошенко changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 19248] Wrong mangle for C++ const STL classes/structs

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19248 --- Comment #1 from Илья Ярошенко --- https://github.com/dlang/dmd/pull/8700 --

[Issue 19248] Wrong mangle for C++ const STL classes/structs

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19248 Илья Ярошенко changed: What|Removed |Added Keywords||C++ --

[Issue 19248] New: Wrong mangle for C++ const STL classes/structs

2018-09-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19248 Issue ID: 19248 Summary: Wrong mangle for C++ const STL classes/structs Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: blocker