Thread overview
[Issue 16681] ICE 1662
Nov 22, 2016
Walter Bright
May 30, 2019
Basile-z
May 30, 2019
Basile-z
Mar 21, 2020
Basile-z
Dec 22, 2020
Walter Bright
Dec 28, 2020
Walter Bright
November 11, 2016
https://issues.dlang.org/show_bug.cgi?id=16681

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All

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

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code

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

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, SIMD

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

--- Comment #1 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
PR https://github.com/dlang/phobos/pull/4896

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

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
I'm not sure what to do with this. The code fragment is too incomplete to compile (numerous undefined symbols), and the PR was closed.

--
May 30, 2019
https://issues.dlang.org/show_bug.cgi?id=16681

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

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

--- Comment #3 from Basile-z <b2.temp@gmx.com> ---
Created attachment 1748
  --> https://issues.dlang.org/attachment.cgi?id=1748&action=edit
the unittest is at the end

--
May 30, 2019
https://issues.dlang.org/show_bug.cgi?id=16681

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice, ice-on-valid-code,     |
                   |SIMD                        |
           Severity|major                       |normal

--- Comment #4 from Basile-z <b2.temp@gmx.com> ---
not an ICE anymore, maybe a normal bug

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

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

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

--
December 22, 2020
https://issues.dlang.org/show_bug.cgi?id=16681

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |SIMD

--
December 28, 2020
https://issues.dlang.org/show_bug.cgi?id=16681

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---
I get the following when compiling the attachment with -unittest:

test2.d(1133): Error: need this for s of type __vector(double[2])

No ICE, so I'm going to mark this as resolved. If there's a further issue with it, please file a new bug report with a minimized example.

--