[Issue 4826] "cannot create associative array" and compiler crash
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Sep 7 00:04:47 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4826
--- Comment #4 from Don <clugdbug at yahoo.com.au> 2010-09-07 00:04:26 PDT ---
Actually even with the patch for bug 3996, I found a test case which still
segfaults:
------------
struct Struct4826 { }
void bug4826b(T)(int[int] value) {}
void test4826b()
{
bug4826b(Struct4826());
}
--
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