[Issue 6283] [CTFE][Regression 2.054] Failed to assign to AA using a constness-changed array as key

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

[Issue 6283] [CTFE][Regression 2.054] Failed to assign to AA using a constness-changed array as key

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

[Issue 6283] [CTFE][Regression 2.054] Failed to assign to AA using a constness-changed array as key

2011-07-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6283 --- Comment #4 from kenn...@gmail.com 2011-07-22 01:40:27 PDT --- (In reply to comment #3) Not yet fixed in these 2 slight variants: [snip] ... and the cause of these 2 variants are the same: Equals() in constfold.c cannot handle (e1-op ==

[Issue 6283] [CTFE][Regression 2.054] Failed to assign to AA using a constness-changed array as key

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

[Issue 6283] [CTFE][Regression 2.054] Failed to assign to AA using a constness-changed array as key

2011-07-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6283 --- Comment #1 from kenn...@gmail.com 2011-07-10 13:07:57 PDT --- The regression was introduced in commit 08352 in fixing the type-painting bug revealed by bug 4063. https://github.com/D-Programming-Language/dmd/commit/08352 -- Configure