[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-08-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 --- Comment #10 from github-bugzi...@puremagic.com --- Commit pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/1222ea86de7453cc74be225e85fc0ab57975d983 Fix Issue 17676 --

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/d48421509341bfb43ac48cd3b971948f4b55f57b fix issue 17676: do not inline function with multiple return

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-08-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/d48421509341bfb43ac48cd3b971948f4b55f57b fix issue 17676: do not inline function with multiple return

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-30 Thread via Digitalmars-d-bugs
values as statements https://github.com/dlang/dmd/commit/95dba7d707437aa68a21f1e048dac6e18bde043a Merge pull request #7029 from rainers/issue_17676 fix issue 17676: [REG 2.075] bad inlining of functions with multiple return statements merged-on-behalf-of: Walter Bright <walter

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 --- Comment #6 from uplink.co...@googlemail.com --- Pull https://github.com/dlang/dmd/pull/7021 --

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 --- Comment #4 from Vladimir Panteleev --- If the source code is provided then you can just get any intermediary or debug outputs yourself. Let's please not clutter Bugzilla with junk. --

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 --- Comment #3 from uplink.co...@googlemail.com --- It helps me to spot where the stuff is going wrong. If it's the codegen messing up or wether the inliner is indeed at fault. it's more readable then the asm. --

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 --- Comment #2 from Vladimir Panteleev --- (In reply to uplink.coder from comment #1) > please consider adding the -vcg-ast output for such issues in the future. Why? If it can be trivially obtained by anyone, and

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 uplink.co...@googlemail.com changed: What|Removed |Added CC||uplink.co...@googlemail.com

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 Ketmar Dark changed: What|Removed |Added CC|

[Issue 17676] [REG 2.075] bad inlining of functions with multiple return statements

2017-07-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17676 Rainer Schuetze changed: What|Removed |Added Summary|[REG 2.075] bad inlining of |[REG 2.075] bad