[Issue 10905] [ICE](ctfeexpr.c line 355) with ulong2 in structs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 9 03:00:31 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=10905



--- Comment #6 from bearophile_hugs at eml.cc 2013-12-09 03:00:11 PST ---
The ICE is fixex, but this code gives:


import core.simd: ulong2;
void main() {
    ulong2 x;
    immutable ulong2 y;
    bool b = x == y;
}



temp.d(5): Error: incompatible types for ((cast(const(__vector(ulong[2])))x) ==
(cast(const(__vector(ulong[2])))y)): 'const(__vector(ulong[2]))' and
'const(__vector(ulong[2]))'

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list