Compiler failed assertion

Archives Forums/BlitzMax Bug Reports/Compiler failed assertion

Yasha(Posted 2015) [#1]
The following program:

Local key:Long = 1
Local d:Double = Double Ptr(key)[0]


...causes this error message:

/Users/marksibly/blitzmax/_src/codegen/cgint64.cpp:193: failed assertion `0'


OSX, version 1.50.

(The input code is erroneous and should fail to compile - there's a missing `Varptr` around `key` - but the compiler's still handling it in a weird way. Failed assertions shouldn't reach the user, right?)