[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2f27c59732481880545ca65a4641806087cc23e7 fix issue 8262 - ICE(mtype.c) alias this to alias of an

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2017-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2f27c59732481880545ca65a4641806087cc23e7 fix issue 8262 - ICE(mtype.c) alias this to alias of an

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

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

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2014-12-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 --- Comment #8 from Rainer Schuetze r.sagita...@gmx.de --- https://github.com/D-Programming-Language/dmd/pull/4195 avoids the crash, but doesn't add implicite conversion for tuples. --

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2014-11-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de ---

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2014-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||pull --- Comment #6 from

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2014-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2014-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 --- Comment #3 from hst...@quickfur.ath.cx --- Stack trace: #0 0x00410199 in TypeStruct::implicitConvTo(Type*) () #1 0x004c8213 in IsExp::semantic(Scope*) () #2 0x004de990 in AndAndExp::semantic(Scope*) () #3

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2014-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 --- Comment #4 from hst...@quickfur.ath.cx --- Cause of segfault: aliasthisOf() returned NULL to implicitConvTo(). --

[Issue 8262] ICE(mtype.c) alias this to alias of an expression tuple

2014-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8262 --- Comment #5 from hst...@quickfur.ath.cx --- And the reason is because aliasthisOf() does not expect a TypeTuple; it expects a variable declaration, a function, an enum, or a template. Normally, TypeTuples cannot appear in an alias this due to the