[Issue 17969] [REG 2.077.0] dmd 2.077.0 crashes when computing mangling symbol for simple program

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17969 ag0ae...@gmail.com changed: What|Removed |Added Keywords||ice CC|

[Issue 4946] Not good error message with wrongly positioned 'const'

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4946 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/f9879d74ea09034e68829551c3b3902c28e08bec Fix Issue 4946 - Not good error message with wrongly

[Issue 4946] Not good error message with wrongly positioned 'const'

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4946 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17194] [scope] Fwd reference error with nested struct

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17194 --- Comment #5 from radu.raca...@gmail.com --- Just to point that "scope" is to blame here, removing "scope" from the inner stuct ctor like: +++ struct V { W w; struct W { this(/*scope*/ ref V v) {

[Issue 9682] Propagate range sortedness property throughout Phobos algorithms

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9682 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 17971] New: Cannot compare 2 functions

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17971 Issue ID: 17971 Summary: Cannot compare 2 functions Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 17970] New: shared struct destructor doesn't compile anymore

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17970 Issue ID: 17970 Summary: shared struct destructor doesn't compile anymore Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 17968] [REG 2.073] object initializer omitted when it should be included.

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17968 --- Comment #3 from Steven Schveighoffer --- Further reduced mod1: module mod1; class IOObject(IO) { } struct BufferedInputSource(Source) { Source dev; } BufferedInputSource!Source bufd(Source)(Source s) { return

[Issue 17507] Associative Array range operations should be marked @safe

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17507 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17108] Associative array byKeyValue is unsafe

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17108 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/51003a398b77eca1b01138412f2e363c38172878 fix issue 17108 Associative array byKeyValue is

[Issue 17108] Associative array byKeyValue is unsafe

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17108 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7184] parse error on *(x)++

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7184 --- Comment #10 from RazvanN --- (In reply to timon.gehr from comment #9) > (In reply to timon.gehr from comment #8) > > (In reply to RazvanN from comment #1) > > > Issuing an error is the correct behavior. As you can see

[Issue 17186] Type inference for parameters with default argument

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment

[Issue 17969] New: dmd 2.077.0 crashes when computing mangling symbol for simple program

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17969 Issue ID: 17969 Summary: dmd 2.077.0 crashes when computing mangling symbol for simple program Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 17964] [CTFE] If array is large enough it hits __simd at CTFE

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17964 uplink.co...@googlemail.com changed: What|Removed |Added Component|dmd |druntime --

[Issue 17964] [CTFE] If array is large enough it hits __simd at CTFE

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17964 uplink.co...@googlemail.com changed: What|Removed |Added CC||uplink.co...@googlemail.com

[Issue 10756] "has no effect in expression" error message with correct type name

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10756 Mike changed: What|Removed |Added Keywords||trivial CC|