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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 9 20:42:36 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7695


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |FIXED


--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> 2012-04-09 20:43:18 PDT ---
The problem here is the const member needs an initializer. The error was
suppressed and ignored, though, causing the compiler to later fail.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list