[Issue 7695] Regression(2.058): ICE(mtype.c) on associative array with keys of struct type with const members

2012-04-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7695 Nick Sabalausky changed: What|Removed |Added CC||cbkbbej...@mailinator.com

[Issue 7695] Regression(2.058): ICE(mtype.c) on associative array with keys of struct type with const members

2012-04-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7695 --- Comment #2 from Nick Sabalausky 2012-04-09 13:25:42 PDT --- Don't know if this helps, but the problem also occurs if you replace const int t; with: const opEquals(Bar ) {} The function must be named opEquals. If it's named "foo", the I

[Issue 7695] Regression(2.058): ICE(mtype.c) on associative array with keys of struct type with const members

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

[Issue 7695] Regression(2.058): ICE(mtype.c) on associative array with keys of struct type with const members

2012-04-09 Thread d-bugmail
/d46fde7cc0fc4bad25213aee137fd2eeeb2a63af fix Issue 7695 - Regression(2.058): ICE(mtype.c) on associative array with keys of struct type with const members -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---