[Issue 15239] ICE (assertion failure) in ctfeInterpret() — opDispatch & inline asm

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Oct 27 03:58:52 PDT 2015


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

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
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.

--


More information about the Digitalmars-d-bugs mailing list