[Issue 14425] Indirect template instantiation within is expression causes missing linker symbols

2015-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14425

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/37da110ed629b493970b6e3170e38ee6e78b2e04
fix Issue 14425 - Indirect template instantiation within is expression causes
missing linker symbols

https://github.com/D-Programming-Language/dmd/commit/95ff133b423813a0f4b11c7c1369a22536d002d9
Merge pull request #4587 from 9rnsr/fix14425

--


[Issue 14425] Indirect template instantiation within is expression causes missing linker symbols

2015-04-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14425

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

https://github.com/D-Programming-Language/dmd/commit/37da110ed629b493970b6e3170e38ee6e78b2e04
fix Issue 14425 - Indirect template instantiation within is expression causes
missing linker symbols

https://github.com/D-Programming-Language/dmd/commit/95ff133b423813a0f4b11c7c1369a22536d002d9
Merge pull request #4587 from 9rnsr/fix14425

Issue 14425 - Indirect template instantiation within is expression causes
missing linker symbols

--


[Issue 14425] Indirect template instantiation within is expression causes missing linker symbols

2015-04-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14425

Kenji Hara  changed:

   What|Removed |Added

   Keywords||link-failure, pull
   Hardware|x86_64  |All
 OS|Linux   |All

--- Comment #2 from Kenji Hara  ---
In Windows, `-m64` or `-m32 -g` can reproduce same link-failure.

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

--


[Issue 14425] Indirect template instantiation within is expression causes missing linker symbols

2015-04-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14425

Sönke Ludwig  changed:

   What|Removed |Added

   Hardware|All |x86_64
 OS|All |Linux

--- Comment #1 from Sönke Ludwig  ---
Happens only for builds without the -debug flag.

--