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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 17 12:00:14 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=8262

--- Comment #3 from hsteoh at quickfur.ath.cx ---
Stack trace:
#0  0x0000000000410199 in TypeStruct::implicitConvTo(Type*) ()
#1  0x00000000004c8213 in IsExp::semantic(Scope*) ()
#2  0x00000000004de990 in AndAndExp::semantic(Scope*) ()
#3  0x00000000004de924 in AndAndExp::semantic(Scope*) ()
#4  0x00000000004de924 in AndAndExp::semantic(Scope*) ()
#5  0x00000000004de924 in AndAndExp::semantic(Scope*) ()
#6  0x00000000004b4769 in StaticIfCondition::include(Scope*, ScopeDsymbol*) ()
#7  0x000000000043d637 in ConditionalStatement::flatten(Scope*) ()
#8  0x00000000004437d1 in CompoundStatement::semantic(Scope*) ()
#9  0x00000000004ede13 in FuncDeclaration::semantic3(Scope*) ()
#10 0x00000000004504c4 in TemplateInstance::semantic3(Scope*) ()
#11 0x0000000000454d83 in TemplateInstance::trySemantic3(Scope*) ()
#12 0x000000000045c2e3 in TemplateInstance::semantic(Scope*,
Array<Expression*>*) [clone .part.63] ()
#13 0x000000000045c87f in functionResolve(Match*, Dsymbol*, Loc, Scope*,
Array<RootObject*>*, Type*, Array<Expression*>*) ()
#14 0x00000000004ec05e in resolveFuncCall(Loc, Scope*, Dsymbol*,
Array<RootObject*>*, Type*, Array<Expression*>*, int) ()
#15 0x00000000004d3c33 in CallExp::semantic(Scope*) [clone .part.134] ()
#16 0x000000000043fd9b in ExpStatement::semantic(Scope*) ()
#17 0x0000000000443b6a in CompoundStatement::semantic(Scope*) ()
#18 0x00000000004ede13 in FuncDeclaration::semantic3(Scope*) ()
#19 0x0000000000407a50 in Module::semantic3() ()
#20 0x000000000040526c in tryMain(unsigned long, char const**) ()
#21 0x00007ffff7015b45 in __libc_start_main (main=0x402490 <main>, argc=2,
argv=0x7fffffffeb68, 
    init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
stack_end=0x7fffffffeb58)
    at libc-start.c:287
#22 0x00000000004029c5 in _start ()

--


More information about the Digitalmars-d-bugs mailing list