[Issue 16547] -betterC switch no longer removes druntime symbols

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Oct 7 14:10:46 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16547

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #7 from Martin Nowak <code at dawg.eu> ---
Merging w/ issue 11881.

Until this get's fixed, please use

extern(C) __gshared int __dmd_personality_v0;

as a workaround and remember to not link -betterC code with phobos using the

-defaultlib=

compiler switch.

*** This issue has been marked as a duplicate of issue 11881 ***

--


More information about the Digitalmars-d-bugs mailing list