Thread overview
[Issue 7104] linker error on void main(){ typeof(new class{}) c; c = new typeof(c); }
Mar 03, 2015
Kenji Hara
Jun 30, 2015
Kenji Hara
March 03, 2015
https://issues.dlang.org/show_bug.cgi?id=7104

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4453

--
March 04, 2015
https://issues.dlang.org/show_bug.cgi?id=7104

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

https://github.com/D-Programming-Language/dmd/commit/c779ec72240f6b110af0b9f3a0d3cc4a0bf271ee
fix Issue 7104 - linker error on void main(){ typeof(new class{}) c; c = new
typeof(c); }

https://github.com/D-Programming-Language/dmd/commit/e59c181051348d4b3a2c2fc0168dca36ab8958fd Merge pull request #4453 from 9rnsr/fix7104

Issue 7104 - linker error on void main(){ typeof(new class{}) c; c = new
typeof(c); }

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=7104

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

https://github.com/D-Programming-Language/dmd/commit/c779ec72240f6b110af0b9f3a0d3cc4a0bf271ee
fix Issue 7104 - linker error on void main(){ typeof(new class{}) c; c = new
typeof(c); }

https://github.com/D-Programming-Language/dmd/commit/e59c181051348d4b3a2c2fc0168dca36ab8958fd Merge pull request #4453 from 9rnsr/fix7104

--
June 30, 2015
https://issues.dlang.org/show_bug.cgi?id=7104

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dzugaru@gmail.com

--- Comment #5 from Kenji Hara <k.hara.pg@gmail.com> ---
*** Issue 14454 has been marked as a duplicate of this issue. ***

--