http://d.puremagic.com/issues/show_bug.cgi?id=11370
Summary: core.simd segfault
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from John Colvin <[email protected]> 2013-10-28
18:50:29 GMT ---
The following program segfaults, with or without the __gshared:
import core.simd;
__gshared long2 v0;
__gshared long2 v1;
void main()
{
v1 = v0;
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------