[Issue 14747] compiler insists on unnecessary return statement

2017-07-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14747

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

https://github.com/dlang/dmd/commit/615110a78f1bad4b46df58fc743302dac1708f18
fix Issue 14747 - compiler insists on unnecessary return statement

https://github.com/dlang/dmd/commit/442cb436f6ebf4a8ce7367e742ae2d3c180ba953
Merge pull request #4790 from 9rnsr/fix14747

--


[Issue 14747] compiler insists on unnecessary return statement

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

--- 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/615110a78f1bad4b46df58fc743302dac1708f18
fix Issue 14747 - compiler insists on unnecessary return statement

https://github.com/D-Programming-Language/dmd/commit/442cb436f6ebf4a8ce7367e742ae2d3c180ba953
Merge pull request #4790 from 9rnsr/fix14747

--


[Issue 14747] compiler insists on unnecessary return statement

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

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

https://github.com/D-Programming-Language/phobos/commit/4ceb3ab1599025cc5b8a8659c088d17215b89091
Supplemental fix for issue 14747 - remove unreachable statements

https://github.com/D-Programming-Language/phobos/commit/181550b1eaa31a0b9722c80ddfe18c0417ac
Merge pull request #3456 from 9rnsr/fix14747

--


[Issue 14747] compiler insists on unnecessary return statement

2015-07-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14747

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

   What|Removed |Added

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

--


[Issue 14747] compiler insists on unnecessary return statement

2015-07-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14747

--- 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/615110a78f1bad4b46df58fc743302dac1708f18
fix Issue 14747 - compiler insists on unnecessary return statement

https://github.com/D-Programming-Language/dmd/commit/442cb436f6ebf4a8ce7367e742ae2d3c180ba953
Merge pull request #4790 from 9rnsr/fix14747

Issue 14747 - compiler insists on unnecessary return statement

--


[Issue 14747] compiler insists on unnecessary return statement

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

Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Kenji Hara k.hara...@gmail.com ---
https://github.com/D-Programming-Language/dmd/pull/4790
https://github.com/D-Programming-Language/phobos/pull/3456

--


[Issue 14747] compiler insists on unnecessary return statement

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

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

https://github.com/D-Programming-Language/phobos/commit/4ceb3ab1599025cc5b8a8659c088d17215b89091
Supplemental fix for issue 14747 - remove unreachable statements

https://github.com/D-Programming-Language/phobos/commit/181550b1eaa31a0b9722c80ddfe18c0417ac
Merge pull request #3456 from 9rnsr/fix14747

Supplemental fix for issue 14747 - remove unreachable statements

--