[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added CC|

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 --- Comment #6 from David Simcha dsim...@yahoo.com 2011-12-07 13:19:49 PST --- I'm aware of DustMite. I just never got around to setting it up/learning how it works because it doesn't look easy. Usually reducing stuff like this doesn't take

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 --- Comment #1 from David Simcha dsim...@yahoo.com 2011-12-06 15:56:46 PST --- I didn't realize the significance of this until I looked at the source code to mtype.c, but there's actually a line before the assertion failure line. The full

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 --- Comment #2 from David Simcha dsim...@yahoo.com 2011-12-06 17:33:24 PST --- Unbelievably simple test case after about 1.5 hours of recursively reducing SciD code: struct S { this(A)(A args) { } } void main() { auto s = S( null ); }

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7072] [2.057 Beta] Assertion failure: '0' on line 145 in file 'mtype.c'

2011-12-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7072 --- Comment #4 from Walter Bright bugzi...@digitalmars.com 2011-12-06 21:09:06 PST --- https://github.com/D-Programming-Language/dmd/commit/0a20f8f170cbcbf3f3fd6971b339e8d82d311a1c -- Configure issuemail: