Thread overview
[Issue 18013] DMD test suite assertion failure in test_cdvecfill.d
Nov 26, 2017
ZombineDev
Dec 12, 2017
Seb
Dec 12, 2017
Seb
November 26, 2017
https://issues.dlang.org/show_bug.cgi?id=18013

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu,
                   |                            |petar.p.kirov@gmail.com

--
December 12, 2017
https://issues.dlang.org/show_bug.cgi?id=18013

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |greensunny12@gmail.com

--- Comment #1 from Seb <greensunny12@gmail.com> ---
PR https://github.com/dlang/dmd/pull/7420

--
December 12, 2017
https://issues.dlang.org/show_bug.cgi?id=18013

--- Comment #2 from Seb <greensunny12@gmail.com> ---
> Running the test suite in a 32-bit Ubuntu Linux 16.04 VirtualBox guest on the same host works fine.  -fPIC was not required to get a build.

Ubuntu introduced PIE-hardening in 16.10:

https://wiki.ubuntu.com/Security/Features#Built_as_PIE

So you won't have any issues with 16.04

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

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

https://github.com/dlang/dmd/commit/345c9ddaef5e769673ccaf32f8c5d47e88685e4c Fix Issue 18013 - DMD test suite assertion failure in test_cdvecfill.d

https://github.com/dlang/dmd/commit/c145cdc440332262dc4c6d0406458d24be5ea194 Merge pull request #7454 from JinShil/cdvecfill_pic

Fix Issue 18013 - DMD test suite assertion failure in test_cdvecfill.d merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

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

github-bugzilla@puremagic.com changed:

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

--
December 30, 2017
https://issues.dlang.org/show_bug.cgi?id=18013

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

https://github.com/dlang/dmd/commit/345c9ddaef5e769673ccaf32f8c5d47e88685e4c Fix Issue 18013 - DMD test suite assertion failure in test_cdvecfill.d

https://github.com/dlang/dmd/commit/c145cdc440332262dc4c6d0406458d24be5ea194 Merge pull request #7454 from JinShil/cdvecfill_pic

--