June 18, 2012 [Issue 8262] New: [ICE] sequence alias this | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8262 Summary: [ICE] sequence alias this Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: timon.gehr@gmx.ch --- Comment #0 from timon.gehr@gmx.ch 2012-06-18 12:30:13 PDT --- template Seq(T...) { alias T Seq; } struct S{ int s; alias Seq!s _; alias _ this; } import std.stdio; void main(){ writeln(S.init); } Crashes DMD 2.059 with: dmd: mtype.c:1279: Type* Type::aliasthisOf(): Assertion `d->type' failed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 05, 2013 [Issue 8262] ICE(mtype.c) sequence alias this | ||||
---|---|---|---|---|
| ||||
Posted in reply to timon.gehr@gmx.ch | http://d.puremagic.com/issues/show_bug.cgi?id=8262 Maksim Zholudev <maximzms@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maximzms@gmail.com --- Comment #1 from Maksim Zholudev <maximzms@gmail.com> 2013-02-05 08:00:07 PST --- Crashes both DMD 2.061 and Git head with: -------------------- dmd: aliasthis.c:100: virtual void AliasThis::semantic(Scope*): Assertion `t' failed. -------------------- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation