Thread overview
[Issue 13404] heap-allocating a struct passes TypeInfo_Pointer to the GC, not TypeInfo_struct
Aug 30, 2014
Rainer Schuetze
Jan 14, 2018
Rainer Schuetze
August 30, 2014
https://issues.dlang.org/show_bug.cgi?id=13404

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/D-Programming-Language/druntime/pull/941

--
August 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13404

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/d0bba643e9a6c40c56d84098ae024fde6eed9a66 Merge pull request #941 from rainers/fix_13404

Issue 13404 - heap-allocating a struct passes TypeInfo_Pointer to the GC, not TypeInfo_struct

--
August 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13404

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/048f0cca0667d42a5b71a90eae2a7a39f42f95f2 Merge pull request #3935 from rainers/fix_13404

Issue 13404 - heap-allocating a struct passes TypeInfo_Pointer to the GC, not TypeInfo_struct

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13404

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/d0bba643e9a6c40c56d84098ae024fde6eed9a66 Merge pull request #941 from rainers/fix_13404

--
January 14, 2018
https://issues.dlang.org/show_bug.cgi?id=13404

Rainer Schuetze <r.sagitario@gmx.de> changed:

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

--- Comment #5 from Rainer Schuetze <r.sagitario@gmx.de> ---
fixed in dmd 2.067

--