Thread overview
[Issue 13666] Undefined Symbols for __gshared data symbols in templates
Oct 31, 2014
Rainer Schuetze
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13666

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |link-failure, pull

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/D-Programming-Language/dmd/pull/4099

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13666

Steven Schveighoffer <schveiguy@yahoo.com> changed:

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

--- Comment #2 from Steven Schveighoffer <schveiguy@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.

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13666

github-bugzilla@puremagic.com changed:

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

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13666

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/fbec2df168658b64ea699c3cbbad5d73df5e310e Merge pull request #4099 from rainers/issue_13666

Fix issue 13666: Undefined Symbols for __gshared data symbols in templates

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13666

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/fbec2df168658b64ea699c3cbbad5d73df5e310e Merge pull request #4099 from rainers/issue_13666

--