Thread overview
[Issue 11655] assignment of struct with vector field
Dec 19, 2014
John Colvin
Mar 02, 2019
Basile-z
Mar 21, 2020
Basile-z
December 19, 2014
https://issues.dlang.org/show_bug.cgi?id=11655

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> ---
Both of these now compile, but they segfault at runtime. I'm pretty sure it's because of an unaligned access when reading the initialiser.

--
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=11655

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

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

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=11655

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

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

--