[Issue 12503] Bad optimization with scope(success) and return statement

2014-08-27 Thread via Digitalmars-d-bugs
yebblies/issue12503 Issue 12503 - Bad optimization with scope(success) and return statement --

[Issue 12503] Bad optimization with scope(success) and return statement

2014-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12503 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12503] Bad optimization with scope(success) and return statement

2014-08-15 Thread via Digitalmars-d-bugs
request #3826 from yebblies/issue12503 Issue 12503 - Bad optimization with scope(success) and return statement --

[Issue 12503] Bad optimization with scope(success) and return statement

2014-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12503 yebblies yebbl...@gmail.com changed: What|Removed |Added Keywords||pull CC|

[Issue 12503] Bad optimization with scope(success) and return statement

2014-04-09 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=12503 --- Comment #1 from Kenji Hara k.hara...@gmail.com --- The lowered code generated by front-end will cause same issue. void fun(string a) { string b = a; bool __os1 = false; try { try { a = null;