Thread overview
[Issue 16355] __xpostblit incorrectly generated for a struct with a zero-length static array
Aug 10, 2016
Ketmar Dark
August 10, 2016
https://issues.dlang.org/show_bug.cgi?id=16355

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--
January 04, 2017
https://issues.dlang.org/show_bug.cgi?id=16355

bitter.taste@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bitter.taste@gmx.com

--- Comment #1 from bitter.taste@gmx.com ---
Covered by DMD's PR https://github.com/dlang/dmd/pull/6400

--
January 09, 2017
https://issues.dlang.org/show_bug.cgi?id=16355

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

https://github.com/dlang/dmd/commit/75ea4a884328d194e9f98631e3295a293c57a787 Fix issue 16355 - Don't emit a __xpostblit when it's not needed.

https://github.com/dlang/dmd/commit/538a895157acdbbfc5869791f9504f7e86b4fdd0 Merge pull request #6400 from LemonBoy/b16355

Fix issue 16355 - Don't emit a __xpostblit when it's not needed.

--
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16355

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/75ea4a884328d194e9f98631e3295a293c57a787 Fix issue 16355 - Don't emit a __xpostblit when it's not needed.

https://github.com/dlang/dmd/commit/538a895157acdbbfc5869791f9504f7e86b4fdd0 Merge pull request #6400 from LemonBoy/b16355

--
March 22, 2017
https://issues.dlang.org/show_bug.cgi?id=16355

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/75ea4a884328d194e9f98631e3295a293c57a787 Fix issue 16355 - Don't emit a __xpostblit when it's not needed.

https://github.com/dlang/dmd/commit/538a895157acdbbfc5869791f9504f7e86b4fdd0 Merge pull request #6400 from LemonBoy/b16355

--