[Issue 18867] backend/cgcod.c crash on assignment to vector element
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed May 16 21:05:19 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=18867
ag0aep6g <ag0aep6g at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |ag0aep6g at gmail.com
--- Comment #1 from ag0aep6g <ag0aep6g at gmail.com> ---
Without the import:
----
alias __vector(ulong[2]) ulong2;
ulong2 foo(ulong s)
{
    ulong2 v;
    v[0] = s;
    return v;
}
----
--
    
    
More information about the Digitalmars-d-bugs
mailing list