Thread overview
[Issue 13357] [ICE] Segfault on comparison of rvalue __vector and array
Dec 18, 2014
John Colvin
Nov 20, 2016
Walter Bright
Nov 22, 2016
Walter Bright
Mar 20, 2019
Basile-z
Mar 21, 2020
Basile-z
December 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13357

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.loughran.colvin@gmail.
                   |                            |com

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
Just an update to say that this still affects git HEAD, with exactly the same errors as 2.066

Bugs like this make SIMD in D a complete pain. C with gcc or icc is better to use.

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

Walter Bright <bugzilla@digitalmars.com> changed:

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

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

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
At least it doesn't seg fault anymore.

--
March 20, 2019
https://issues.dlang.org/show_bug.cgi?id=13357

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |WORKSFORME

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

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

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

--