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


Don <clugd...@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugd...@yahoo.com.au


--- Comment #1 from Don <clugd...@yahoo.com.au> 2011-11-19 00:03:47 PST ---
Reduced test case:
------
struct Struct6934 {
    int[] x = [1,2];
}

void bar6934(ref int[] p) {
    p = p[1..$];
}

int bug6934() {
    Struct6934 q;
    bar6934(q.x);
    return 1;
}

static assert(bug6934());

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

Reply via email to