[Issue 17465] stringof is allowed as identifier

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17465 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #1

[Issue 17460] Debugger: registers don't work in expression evaluation

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17460 --- Comment #2 from Manu --- Mmm, would be cool. --

[Issue 17465] New: stringof is allowed as identifier

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17465 Issue ID: 17465 Summary: stringof is allowed as identifier Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 17461] Bad codegen: compiler emit's call to destructor for uninitialised temporary

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17461 ZombineDev changed: What|Removed |Added CC|

[Issue 14591] [SPEC] Ambiguity between extern(Pascal) and template value parameters

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14591 ZombineDev changed: What|Removed |Added CC|

[Issue 17460] Debugger: registers don't work in expression evaluation

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17460 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 17453] I Have Many Issues

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17453 --- Comment #8 from Rainer Schuetze --- > still cant list the member after "l.?" "this.?". It seems you might be running into something similar to issue 17260. I cannot reproduce locally with your example, but it very much

[Issue 17448] Move semantics cause memory corruption and cryptic bugs

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17448 --- Comment #18 from Walter Bright --- (In reply to Walter Bright from comment #17) > Another case: > > https://github.com/dlang/dmd/pull/6852 Also: https://github.com/dlang/dmd/pull/6849

[Issue 17448] Move semantics cause memory corruption and cryptic bugs

2017-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17448 --- Comment #17 from Walter Bright --- Another case: https://github.com/dlang/dmd/pull/6852 --