Got compiler crash in Mangler::mangleFuncType

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Sat Mar 25 06:58:43 PDT 2017


On 2017-03-25 08:25, Uranuz wrote:

> ../ivy/src/ivy/interpreter.d-mixin-670(670): Error: undefined identifier
> '__cmp' in module 'object'

I think this error is due to a mismatch of DMD and druntime. The 
compiler lowers some kind of comparison to a call to __cmp which is 
implemented in the "object" module in druntime. This is a quite recent 
change.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list