[Issue 925] ICE on casting array literal to void[]

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 13 04:12:16 PST 2009


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |clugdbug at yahoo.com.au
         Resolution|                            |FIXED


--- Comment #4 from Don <clugdbug at yahoo.com.au> 2009-11-13 04:12:15 PST ---
The DStress test case is incorrect. The arrray literal is an int, so it's 4
bytes. Casting it to void[] should give a length of 4 -- and that's exactly
what it does.

-- 
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