[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17874

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17874

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

https://github.com/dlang/dmd/commit/5662aa94c091083f004530d7ed77ec42a93414a4
Fix issue 17874 - Static arrays & memset

Hopefully completes what #3784 started.

https://github.com/dlang/dmd/commit/161e2e038a656f8d849967821cb0c35a77386d32
Merge pull request #8092 from LemonBoy/b17874

Fix issue 17874 - Static arrays & memset
merged-on-behalf-of: Walter Bright 

--


[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats

2018-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17874

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #1 from Walter Bright  ---
https://github.com/dlang/dmd/pull/8092

--


[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats

2017-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17874

Justin Whear  changed:

   What|Removed |Added

 CC||jus...@economicmodeling.com

--


[Issue 17874] Segmentation fault when constructing a struct with a static array of structs containing floats

2017-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17874

briancsch...@gmail.com changed:

   What|Removed |Added

   Keywords||industry, wrong-code
Summary|Segmentation fault when |Segmentation fault when
   |constructing a struct with  |constructing a struct with
   |a static|a static array of structs
   ||containing floats

--