[Issue 10970] Segfault in a simple test compiled without -g.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 5 05:29:14 PDT 2013


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



--- Comment #1 from Zhouxuan <pycerl at qq.com> 2013-09-05 05:29:12 PDT ---
After some test, the bug is likely to be that, an Array instantiated by
make!(Array!T) WITHOUT ANY ARGUMENT, cannot be used as a value of AA.

following code fail to run:

alias Array!int A;
A[int] m;
m[0] = make!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