← Back to index
|
Original Bugzilla link
Bug 15123 – [REG2.069.0-devel] segfault when compiling simple SIMD code
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2015-09-27T14:28:00Z
Last change time
2015-09-27T18:11:54Z
Keywords
ice, pull, SIMD
Assigned to
nobody
Creator
schuetzm
Comments
Comment #0
by schuetzm — 2015-09-27T14:28:23Z
import core.simd; byte16 foo() { return byte16.init; } # dmd -c foo.d => segfaults According to digger, this was introduced here: commit 9d3afe4f2fada2bdb8d98487445b1155cb405eff Author: Walter Bright <
[email protected]
> Date: Mon Sep 21 21:41:06 2015 -0700 dmd: Merge pull request #5085 from 9rnsr/fix14886
https://github.com/D-Programming-Language/dmd/pull/5085
[REG2.066] Issue 14886 - std.parallelism.parallel with large static array seems to hang compile
Comment #1
by k.hara.pg — 2015-09-27T16:01:34Z
https://github.com/D-Programming-Language/dmd/pull/5124
Comment #2
by github-bugzilla — 2015-09-27T18:11:53Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/074f4f3379adafe64f632d11dcebea5df9afa170
fix Issue 15123 - segfault when compiling simple SIMD code
https://github.com/D-Programming-Language/dmd/commit/cfb9668027446824d09112e48c75b62983a1d0da
Merge pull request #5124 from 9rnsr/fix15123 [REG2.069.0-devel] Issue 15123 - segfault when compiling simple SIMD code