Thread overview
[Issue 12010] New: [REG DMD2.065-b1] Undefined template symbols for static library linked with debug symbols
Jan 27, 2014
Sönke Ludwig
Jan 27, 2014
Kenji Hara
Jan 27, 2014
yebblies
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12010

           Summary: [REG DMD2.065-b1] Undefined template symbols for
                    static library linked with debug symbols
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: sludwig@outerproduct.org


--- Comment #0 from Sönke Ludwig <sludwig@outerproduct.org> 2014-01-27 03:37:31 PST ---
a.d
---
import b;
void main() {}
---

b.d
---
import std.container : Array, BinaryHeap;
BinaryHeap!(Array!int) test;
---

dmd -g -lib b.d
dmd -g a.d b.lib

results in:
OPTLINK (R) for Win32  Release 8.00.15
Copyright (C) Digital Mars 1989-2013  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
a.obj(a)
 Error 42: Symbol Undefined
_D3std9container12__T5ArrayTiZ5Array7Payload10__postblitMFZv
a.obj(a)
 Error 42: Symbol Undefined
_D3std9container52__T10BinaryHeapTS3std9container12__T5ArrayTiZ5ArrayZ10BinaryHeap4Data15__fieldPostBlitMFZv
--- errorlevel 2

Removing -g makes it link. -allinst doesn't have an effect. Still happens in DMD 2.065.0-b2, but works for DMD 2.064.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12010


Kenji Hara <k.hara.pg@gmail.com> changed:

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


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2014-01-27 06:40:06 PST ---
Guilty commit:

SHA-1: ebae884d9cd3a0c4ebf3c1b129654ba31ee0e73f
* Merge pull request #2832 from 9rnsr/fix10329
Issue 10329 - Attributes not inferred for indirectly templated methods

Compiler fix:

https://github.com/D-Programming-Language/dmd/pull/3165

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12010



--- Comment #2 from github-bugzilla@puremagic.com 2014-01-27 08:40:09 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/cd68a5d0c6c5066f9c441d73d7f8ec07a48401b5
fix Issue 12010 - Undefined template symbols for static library linked with
debug symbols

Struct destructors and postblits will be stored in TypeInfo. So, partial semantic3 running for structs declared in non-root modules should also consider them.

https://github.com/D-Programming-Language/dmd/commit/fa8c689f7c78cb48d8688dc2639e9d8eb8e055c5 Merge pull request #3165 from 9rnsr/fix12010

[REG2.065a] Issue 12010 - Undefined template symbols for static library linked with debug symbols

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12010


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |yebblies@gmail.com
         Resolution|                            |FIXED


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 27, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12010



--- Comment #3 from github-bugzilla@puremagic.com 2014-01-27 14:46:07 PST ---
Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/b8efdd9ec2c67dcf7410c70dedcb74cde28794a6 Merge pull request #3165 from 9rnsr/fix12010

[REG2.065a] Issue 12010 - Undefined template symbols for static library linked with debug symbols

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------