[Issue 19607] [ICE] dmd/e2ir.d(117): Invalid type mTYconst|TYstruct
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Jan 27 01:39:59 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19607
Iain Buclaw <ibuclaw at gdcproject.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> ---
TypeVector::dotExp is the culprit, the front-end is type punning a VectorExp as
a normal array.
Correct codegen would just make a copy of the underlying array literal.
--
    
    
More information about the Digitalmars-d-bugs
mailing list