[Issue 4611] static array of structs doesn't yield error message when exceeding 16MB limit

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 5 23:47:25 PST 2010


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|diagnostic                  |ice-on-invalid-code
                 CC|                            |clugdbug at yahoo.com.au


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-12-05 23:45:50 PST ---
This variation is ICE(cgcod.c):

struct Vec
{
    int x;
}

void main()
{
    Vec[1000_000_000] a;
}

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