Thread overview
[Issue 19857] Name mangling mismatch when compiling with -dip1000
May 09, 2019
Seb
May 14, 2019
Dlang Bot
May 14, 2019
Walter Bright
May 14, 2019
Dlang Bot
May 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19857

--- Comment #1 from Seb <greeenify@gmail.com> ---
This is blocking compiling Phobos with -dip1000 - see e.g. https://github.com/dlang/phobos/pull/6931

--
May 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19857

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #9789 "fix Issue 19857 - Name mangling mismatch when compiling with -dip1000" fixing this issue:

- fix Issue 19857 - Name mangling mismatch when compiling with -dip1000

https://github.com/dlang/dmd/pull/9789

--
May 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19857

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |mangling
                 CC|                            |bugzilla@digitalmars.com

--
May 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19857

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9789 "fix Issue 19857 - Name mangling mismatch when compiling with -dip1000" was merged into stable:

- 8007aa83ded5db0d35fd8696f5fdfe1470ff5161 by Walter Bright:
  fix Issue 19857 - Name mangling mismatch when compiling with -dip1000

https://github.com/dlang/dmd/pull/9789

--