[Issue 5798] Weakly pure function calls skipped inside a comma expression

2011-07-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5798 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 5798] Weakly pure function calls skipped inside a comma expression

2011-06-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5798 kenn...@gmail.com changed: What|Removed |Added CC||bugzi...@kyllingen.net --- Comment

[Issue 5798] Weakly pure function calls skipped inside a comma expression

2011-06-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5798 kenn...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 5798] Weakly pure function calls skipped inside a comma expression

2011-06-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5798 --- Comment #7 from Lars T. Kyllingstad bugzi...@kyllingen.net 2011-06-24 02:39:10 PDT --- Adding my test case from issue 6206 here, since it's much smaller and doesn't pull in any Phobos modules. struct S { int i = 0;

[Issue 5798] Weakly pure function calls skipped inside a comma expression

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5798 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5798] Weakly pure function calls skipped inside a comma expression

2011-04-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5798 --- Comment #3 from kenn...@gmail.com 2011-04-25 02:14:51 PDT --- Comma expression is also used in for-loops, which may trigger this bug. In particular, the equal() function since commit ec2c8460* does not work with a range with pure popFront()

[Issue 5798] Weakly pure function calls skipped inside a comma expression

2011-04-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5798 timon.g...@gmx.ch changed: What|Removed |Added Keywords||patch Severity|normal