October 28, 2013 [Issue 11371] New: core.simd and ctfe | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11371 Summary: core.simd and ctfe Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: john.loughran.colvin@gmail.com --- Comment #0 from John Colvin <john.loughran.colvin@gmail.com> 2013-10-28 18:55:17 GMT --- //simdcrash.d import core.simd; long2 f() { long2 q; return q; } enum long2 v = f(); $dmd simdcrash.d simdcrash.d(5): Error: CTFE internal error: illegal value cast(__vector(long[2]))0L dmd: interpret.c:6420: void VarDeclaration::setValue(Expression*): Assertion `isCtfeValueValid(newval)' failed. Aborted (core dumped) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation