[Issue 13666] Undefined Symbols for __gshared data symbols in templates

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Oct 31 05:15:38 PDT 2014


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Very similar issue encountered:

https://github.com/D-Programming-Language/druntime/pull/990

Fails on only OSX and Windows.

Error is a undefined symbol, just like this.

In my case, the same code, compiled without -inline, succeeds to build. Seems
different for your case.

--


More information about the Digitalmars-d-bugs mailing list