[Issue 16524] New: Use Shared C Runtime on Windows

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16524 Issue ID: 16524 Summary: Use Shared C Runtime on Windows Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 --- Comment #7 from uplink.co...@googlemail.com --- (In reply to Martin Krejcirik from comment #6) > (In reply to uplink.coder from comment #3) > > > > I think allowing non-static cases is going to be a bugfest, down the road > > and we should think

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 Martin Krejcirik changed: What|Removed |Added CC||m...@krej.cz --

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 --- Comment #6 from Martin Krejcirik --- (In reply to uplink.coder from comment #3) > > I think allowing non-static cases is going to be a bugfest, down the road > and we should think hard about this behavior. Declaration of a

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 David Nadlinger changed: What|Removed |Added Keywords||ice-on-invalid-code

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 uplink.co...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15938] ctor doesn't initialize fields when struct is static immutable

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15938 John Colvin changed: What|Removed |Added CC|

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 uplink.co...@googlemail.com changed: What|Removed |Added CC||uplink.co...@googlemail.com

[Issue 16523] [ICE] Internal error: backend/symbol.c 1031

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 --- Comment #1 from b2.t...@gmx.com --- The culprit is the local variable, as shown by this reduction void main() { int i; switch(i) { int j; case j:{} default: break; } } which produces the same error. --

[Issue 16523] New: [ICE] Internal error: backend/symbol.c 1031

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16523 Issue ID: 16523 Summary: [ICE] Internal error: backend/symbol.c 1031 Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical

[Issue 15938] ctor doesn't initialize fields when struct is static immutable

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15938 ag0ae...@gmail.com changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 16522] opIndex broken for single-length Only ranges

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16522 Mathias Lang changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16521] Wrong code generation with switch + static foreach

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16521 --- Comment #1 from Mathias Lang --- A bit of debugging proved that the following code is generated: ``` [{ enum ulong idx = 0; uint unused = _param_1; case idx: { assert(unused == args[idx], "Borken compiler"); break

[Issue 16522] New: opIndex broken for single-length Only ranges

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16522 Issue ID: 16522 Summary: opIndex broken for single-length Only ranges Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: enhancement

[Issue 16519] toHexString always returns stack allocated string

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16519 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 12625] implicit slicing of RValue static array should be illegal

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 Steven Schveighoffer changed: What|Removed |Added See Also|

[Issue 16507] std.experimental.allocator: FreeTree clears too eagerly

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16507 Ryan changed: What|Removed |Added CC|

[Issue 16521] New: Wrong code generation with switch + static foreach

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16521 Issue ID: 16521 Summary: Wrong code generation with switch + static foreach Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major

[Issue 16520] New: static foreach should be more explicit

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16520 Issue ID: 16520 Summary: static foreach should be more explicit Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 7835] switch case fallthrough error despite a break inside static foreach

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7835 Mathias Lang changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 14887] break in static foreach should apply to outer scope

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14887 Mathias Lang changed: What|Removed |Added CC|

[Issue 16423] ModuleInfo missing when linking to static lib with classes

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16423 --- Comment #6 from Jacob Carlborg --- (In reply to Steven Schveighoffer from comment #5) > In fact, I actually TRY your suggestion to solve the original problem and it > doesn't work. See the PR: >

[Issue 8681] dmd accepts mutable AA key types for objects

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8681 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de ---

[Issue 16423] ModuleInfo missing when linking to static lib with classes

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16423 Steven Schveighoffer changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 16519] toHexString always returns stack allocated string

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16519 Johan Engelen changed: What|Removed |Added Severity|major |normal --- Comment

[Issue 16519] New: toHexString always returns stack allocated string

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16519 Issue ID: 16519 Summary: toHexString always returns stack allocated string Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major

[Issue 16518] hashOf is @system for dynamic arrays

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16518 Jack Stouffer changed: What|Removed |Added Keywords||safe --

[Issue 16518] New: hashOf is @system for dynamic arrays

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16518 Issue ID: 16518 Summary: hashOf is @system for dynamic arrays Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 16517] New: topN performance very poor on certain data sets

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16517 Issue ID: 16517 Summary: topN performance very poor on certain data sets Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: enhancement