[Issue 6205] Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'.

2012-01-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6205 Kenji Hara changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comment #

[Issue 6205] Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'.

2012-01-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6205 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6205] Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'.

2012-01-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6205 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #5 from Kenji Hara 201

[Issue 6205] Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'.

2012-01-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6205 --- Comment #4 from Kenji Hara 2012-01-04 03:07:56 PST --- I think this is 'too early optimization' bug. Mechanism: 1. The calling of a function that is strong-pure and nothrow is 'no side effect'. Then dmd marks it in IR level. https:/

[Issue 6205] Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'.

2011-06-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6205 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #3 from Don 2

[Issue 6205] Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'.

2011-06-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6205 --- Comment #2 from kenn...@gmail.com 2011-06-24 02:06:12 PDT --- Pull request for test41 if this is considered INVALID: https://github.com/D-Programming-Language/dmd/pull/162 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cg

[Issue 6205] Strongly-pure nothrow functions with ignored return value are entirely stripped even if it contains a failing 'assert'.

2011-06-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6205 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1