[Issue 16278] [REG2.067] undefined reference when class template is instantiated only in 'is' expression

2017-01-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16278

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/bdf0df926f90b9243932e2ff76f79de644224b26
Fix issue #16278 - Do not emit TypeInfo for speculative instantiations.

https://github.com/dlang/dmd/commit/d7101f3e636d7aa970ddbab8623e5bebd7b96212
Merge pull request #6351 from LemonBoy/b16278

--


[Issue 16278] [REG2.067] undefined reference when class template is instantiated only in 'is' expression

2017-01-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16278

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

https://github.com/dlang/dmd/commit/bdf0df926f90b9243932e2ff76f79de644224b26
Fix issue #16278 - Do not emit TypeInfo for speculative instantiations.

https://github.com/dlang/dmd/commit/d7101f3e636d7aa970ddbab8623e5bebd7b96212
Merge pull request #6351 from LemonBoy/b16278

--


[Issue 16278] [REG2.067] undefined reference when class template is instantiated only in 'is' expression

2017-01-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16278

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/bdf0df926f90b9243932e2ff76f79de644224b26
Fix issue #16278 - Do not emit TypeInfo for speculative instantiations.

https://github.com/dlang/dmd/commit/d7101f3e636d7aa970ddbab8623e5bebd7b96212
Merge pull request #6351 from LemonBoy/b16278

Fix issue #16278 - Do not emit TypeInfo for speculative instantiations.

--


[Issue 16278] [REG2.067] undefined reference when class template is instantiated only in 'is' expression

2017-01-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16278

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16278] [REG2.067] undefined reference when class template is instantiated only in 'is' expression

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16278

bitter.ta...@gmx.com changed:

   What|Removed |Added

 CC||bitter.ta...@gmx.com

--- Comment #1 from bitter.ta...@gmx.com ---
Covered by DMD's PR https://github.com/dlang/dmd/pull/6351

--