[Issue 17059] [REG 2.072.2] Possible case of wrong circular reference

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17059 --- Comment #1 from b2.t...@gmx.com --- If i trust a bisect made by hand, the fix for issue 16980 is the culprit, so this pull: https://github.com/dlang/dmd/pull/6383 --

[Issue 17045] deprecate main(char[][]) argument check

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17045 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17059] New: [REG 2.072.2] Possible case of wrong circular reference

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17059 Issue ID: 17059 Summary: [REG 2.072.2] Possible case of wrong circular reference Product: D Version: D2 Hardware: All OS: All Status: NEW Se

[Issue 17058] New: dmd -shared -od=/tmp/d09/ incorrectly creates lib in cwd

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17058 Issue ID: 17058 Summary: dmd -shared -od=/tmp/d09/ incorrectly creates lib in cwd Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW

[Issue 14214] Internal error: backend/go.c 242

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14214 --- Comment #6 from Timothee Cour --- NOTE: ldc doesn't have this issue and is faster; for this particular bug, a workaround as to use ``` s/foreach(_a; members)/foreach(_a; [members])/ ``` but it won't work if types are distinct --

[Issue 14214] Internal error: backend/go.c 242

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14214 --- Comment #5 from Ketmar Dark --- the core issue is that optimizer is failed to distinguish comma expressions from enumerations, so it sees huge enumeration as alot of comma-expressions, tries to optimize that and fails. in my hackfix i just made o

[Issue 14214] Internal error: backend/go.c 242

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14214 --- Comment #4 from Ketmar Dark --- Created attachment 1630 --> https://issues.dlang.org/attachment.cgi?id=1630&action=edit hackfix --

[Issue 14214] Internal error: backend/go.c 242

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14214 Timothee Cour changed: What|Removed |Added CC||timothee.co...@gmail.com --- Comment #3 from

[Issue 16135] missing std.format import in std.algorithm.comparison

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16135 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/d1b59d3f2e4879c1379e2e42080f4cd0155717e4 Fix Issue 16135 - missing std.format import in std.algor

[Issue 17057] trait "allMembers" incorrectly includes imports

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17057 m.bier...@lostmoment.com changed: What|Removed |Added CC||m.bier...@lostmoment.com --

[Issue 17057] New: trait "allMembers" incorrectly includes imports

2017-01-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17057 Issue ID: 17057 Summary: trait "allMembers" incorrectly includes imports Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: normal

[Issue 17056] No filename and line info for wrong extern C++ type

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