November 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16381

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |SIMD
                 CC|                            |bugzilla@digitalmars.com

--
November 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16381

--- Comment #8 from Walter Bright <bugzilla@digitalmars.com> ---
Simpler test case:

  __vector(float[4]) foo();

  void bar() {
    float g = foo().ptr[0];
  }

--
November 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16381

--- Comment #9 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6268

--
November 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16381

--- Comment #10 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/1429da40f6bd24c702eb4a5c0685faa0addfcb39 fix Issue 16381 - Wrapping a float4 array leads to segfault

https://github.com/dlang/dmd/commit/2210757dfdcf637022cec835dbbc6cbb5deca73d Merge pull request #6268 from WalterBright/fix16381

fix Issue 16381 - Wrapping a float4 array leads to segfault

--
November 21, 2016
https://issues.dlang.org/show_bug.cgi?id=16381

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
December 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16381

--- Comment #11 from github-bugzilla@puremagic.com ---
Commits pushed to scope at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/1429da40f6bd24c702eb4a5c0685faa0addfcb39 fix Issue 16381 - Wrapping a float4 array leads to segfault

https://github.com/dlang/dmd/commit/2210757dfdcf637022cec835dbbc6cbb5deca73d Merge pull request #6268 from WalterBright/fix16381

--
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16381

--- Comment #12 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/1429da40f6bd24c702eb4a5c0685faa0addfcb39 fix Issue 16381 - Wrapping a float4 array leads to segfault

https://github.com/dlang/dmd/commit/2210757dfdcf637022cec835dbbc6cbb5deca73d Merge pull request #6268 from WalterBright/fix16381

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=16381

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--
1 2
Next ›   Last »