http://d.puremagic.com/issues/show_bug.cgi?id=8735
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-03-13 09:11:26 PDT --- Stumbled upon this, with (I think) a simple reduced case: //---- struct S(alias Arg) { alias Arg Val; alias Val this; } alias S!1 S1; //---- Assertion failure: 't' on line 100 in file 'aliasthis.c' abnormal program termination The code is not legal (AFAIK), but ICE none the less. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
