https://issues.dlang.org/show_bug.cgi?id=15239
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Vladimir Panteleev <[email protected]> --- 2.064 .. 2.065: test.d(9): Error: Cannot interpret opDispatch!"foo" at compile time test.d(9): Error: bad type/size of operands '__error' 2.066 .. 2.067: segfault 2.068: Assertion failure: 'e->type' on line 731 in file 'interpret.c' 2.069: segfault Curiously, the Win32 "Access violation" stack trace I get with 2.069 changes every time I run the compiler. Probably due to lack of stack frames. --
