[Issue 9445] interpret.c:151: Assertion `v->ctfeAdrOnStack >= 0 && v->ctfeAdrOnStack < stackPointer()' failed.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Mar 3 16:51:47 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9445
callumenator at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |callumenator at gmail.com
--- Comment #1 from callumenator at gmail.com 2013-03-03 16:51:45 PST ---
Another trigger, DMD 2.062:
import std.traits, std.typecons;
void bug(E)(lazy E expr)
{
alias ReturnType!expr RT;
}
void main()
{
bug(RefCounted!int(0));
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list